Changeset 19853 for trunk/wp-admin/includes/ajax-actions.php
- Timestamp:
- 02/07/2012 06:06:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ajax-actions.php
r19822 r19853 67 67 $s = stripslashes( $_GET['q'] ); 68 68 69 $comma = _x( ',', 'tag delimiter' ); 70 if ( ',' !== $comma ) 71 $s = str_replace( $comma, ',', $s ); 69 72 if ( false !== strpos( $s, ',' ) ) { 70 73 $s = explode( ',', $s );
Note: See TracChangeset
for help on using the changeset viewer.