Changeset 24448 for trunk/wp-includes/formatting.php
- Timestamp:
- 06/19/2013 10:06:42 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r24241 r24448 2902 2902 case 'illegal_names': 2903 2903 if ( ! is_array( $value ) ) 2904 $value = explode( "\n", $value );2904 $value = explode( ' ', $value ); 2905 2905 2906 2906 $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)