Make WordPress Core


Ignore:
Timestamp:
05/26/2010 09:17:40 AM (16 years ago)
Author:
nbachiyski
Message:

Focus on category field when adding a new category in the write panel

File:
1 edited

Legend:

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

    r14918 r14940  
    276276                $scripts->add_data( 'postbox', 'group', 1 );
    277277
    278                 $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox'), '20100518' );
     278                $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox'), '20100526' );
    279279                $scripts->add_data( 'post', 'group', 1 );
    280280                $scripts->localize( 'post', 'postL10n', array(
     
    306306                ) );
    307307
    308                 $scripts->add( 'link', "/wp-admin/js/link$suffix.js", array('wp-lists', 'postbox'), '20090506' );
     308                $scripts->add( 'link', "/wp-admin/js/link$suffix.js", array('wp-lists', 'postbox'), '20090526' );
    309309                $scripts->add_data( 'link', 'group', 1 );
    310310
Note: See TracChangeset for help on using the changeset viewer.