Make WordPress Core


Ignore:
Timestamp:
11/20/2012 02:40:31 AM (12 years ago)
Author:
koopersmith
Message:

Media: Whoops. Remove error_log. see [22699], #21390.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/media.php

    r22699 r22700  
    391391
    392392    $img = '<span class="wp-media-buttons-icon"></span> ';
    393 
    394     error_log( 'MEDIA_BUTTONS ' . print_r( func_get_args(), true ) );
    395393
    396394    echo '<a href="#" class="button insert-media add_media" data-editor="' . esc_attr( $editor_id ) . '" title="' . esc_attr__( 'Add Media' ) . '">' . $img . __( 'Add Media' ) . '</a>';
Note: See TracChangeset for help on using the changeset viewer.