Make WordPress Core

Ticket #15569: 15569.patch

File 15569.patch, 575 bytes (added by hakre, 14 years ago)
  • wp-includes/functions.php

    ### Eclipse Workspace Patch 1.0
    #P wordpress-trunk merger
     
    42264226        fclose( $fp );
    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 );
    42324232                foreach( $extra_headers as $key=>$value ) {