Changeset 16365 for trunk/wp-includes/functions.php
- Timestamp:
- 11/14/2010 03:50:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r16340 r16365 4227 4227 4228 4228 if ( $context != '' ) { 4229 $extra_headers = apply_filters( "extra_ $context".'_headers', array() );4229 $extra_headers = apply_filters( "extra_{$context}".'_headers', array() ); 4230 4230 4231 4231 $extra_headers = array_flip( $extra_headers );
Note: See TracChangeset
for help on using the changeset viewer.