From 756645d701e4e8ead0ebb57e20f3b2f440778304 Mon Sep 17 00:00:00 2001 From: scribu Date: Thu, 25 Nov 2010 02:14:33 +0000 Subject: [PATCH] Minor code beautification. Props hakre. Fixes #15569 git-svn-id: https://develop.svn.wordpress.org/trunk@16581 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 443b7d866f..74398a84a9 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -4226,7 +4226,7 @@ function get_file_data( $file, $default_headers, $context = '' ) { fclose( $fp ); if ( $context != '' ) { - $extra_headers = apply_filters( "extra_{$context}".'_headers', array() ); + $extra_headers = apply_filters( "extra_{$context}_headers", array() ); $extra_headers = array_flip( $extra_headers ); foreach( $extra_headers as $key=>$value ) {