Make WordPress Core


Ignore:
Timestamp:
11/25/2010 02:14:33 AM (14 years ago)
Author:
scribu
Message:

Minor code beautification. Props hakre. Fixes #15569

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r16552 r16581  
    42274227
    42284228    if ( $context != '' ) {
    4229         $extra_headers = apply_filters( "extra_{$context}".'_headers', array() );
     4229        $extra_headers = apply_filters( "extra_{$context}_headers", array() );
    42304230
    42314231        $extra_headers = array_flip( $extra_headers );
Note: See TracChangeset for help on using the changeset viewer.