Ticket #15569: 15569.patch
File 15569.patch, 575 bytes (added by , 14 years ago) |
---|
-
wp-includes/functions.php
### Eclipse Workspace Patch 1.0 #P wordpress-trunk merger
4226 4226 fclose( $fp ); 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 ); 4232 4232 foreach( $extra_headers as $key=>$value ) {