Make WordPress Core


Ignore:
Timestamp:
10/18/2008 05:00:20 PM (17 years ago)
Author:
azaozz
Message:

Comments post-box: show 10 comments at load only if the postbox is not hidden

File:
1 edited

Legend:

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

    r9240 r9241  
    176176            'cancel' => __('Cancel'),
    177177        ) );
    178         $scripts->add( 'post', '/wp-admin/js/post.js', array('suggest', 'jquery-ui-tabs', 'wp-lists', 'postbox', 'slug', 'settings-box'), '20080925' );
     178        $scripts->add( 'post', '/wp-admin/js/post.js', array('suggest', 'jquery-ui-tabs', 'wp-lists', 'postbox', 'slug', 'settings-box'), '20081018' );
    179179        $scripts->localize( 'post', 'postL10n', array(
    180180            'tagsUsed' =>  __('Tags used on this post:'),
Note: See TracChangeset for help on using the changeset viewer.