Changeset 16552 for trunk/wp-includes/functions.php
- Timestamp:
- 11/23/2010 07:37:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r16469 r16552 4238 4238 } 4239 4239 4240 4241 4240 foreach ( $all_headers as $field => $regex ) { 4242 preg_match( '/^[ \s\/*#]*' . preg_quote( $regex, '/' ) . ':(.*)$/mi', $file_data, ${$field});4241 preg_match( '/^[ \t\/*#]*' . preg_quote( $regex, '/' ) . ':(.*)$/mi', $file_data, ${$field}); 4243 4242 if ( !empty( ${$field} ) ) 4244 4243 ${$field} = _cleanup_header_comment( ${$field}[1] );
Note: See TracChangeset
for help on using the changeset viewer.