Changeset 24449 for branches/3.5/wp-includes/formatting.php
- Timestamp:
- 06/19/2013 10:12:36 PM (13 years ago)
- Location:
- branches/3.5
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.5
-
branches/3.5/wp-includes/formatting.php
r23348 r24449 2871 2871 case 'illegal_names': 2872 2872 if ( ! is_array( $value ) ) 2873 $value = explode( "\n", $value );2873 $value = explode( ' ', $value ); 2874 2874 2875 2875 $value = array_values( array_filter( array_map( 'trim', $value ) ) );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)