Make WordPress Core


Ignore:
Timestamp:
05/19/2011 07:34:54 AM (14 years ago)
Author:
azaozz
Message:

Don't show the Fullscreen button on the comment edit page, see #17136

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r17965 r17966  
    313313        $scripts->add_data( 'admin-custom-fields', 'group', 1 );
    314314
    315         $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'jquery-ui-resizable', 'quicktags', 'jquery-query'), '20110512' );
     315        $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'jquery-ui-resizable', 'quicktags', 'jquery-query'), '20110518' );
    316316        $scripts->add_data( 'admin-comments', 'group', 1 );
    317317        $scripts->localize( 'admin-comments', 'adminCommentsL10n', array(
Note: See TracChangeset for help on using the changeset viewer.