Changeset 13071
- Timestamp:
- 02/13/2010 12:02:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r12925 r13071 1692 1692 function callback($matches) { 1693 1693 $index = intval(substr($matches[0], 9, -1)); 1694 return ( isset( $this->_matches[$index] ) ? $this->_matches[$index]: '' );1694 return ( isset( $this->_matches[$index] ) ? urlencode($this->_matches[$index]) : '' ); 1695 1695 } 1696 1696
Note: See TracChangeset
for help on using the changeset viewer.