Make WordPress Core


Ignore:
Timestamp:
01/28/2008 08:25:39 PM (17 years ago)
Author:
ryan
Message:

Fill edit slug box with current slug. Props johnbillion and nbachiyski. fixes #5704

File:
1 edited

Legend:

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

    r6666 r6674  
    132132            $this->add( 'xfn', '/wp-admin/js/xfn.js', false, '3517' );
    133133            $this->add( 'upload', '/wp-admin/js/upload.js', array('jquery'), '20070518' );
    134             $this->add( 'post', '/wp-admin/js/post.js', array('suggest', 'jquery-ui-tabs', 'wp-lists'), '20080110' );
     134            $this->add( 'post', '/wp-admin/js/post.js', array('suggest', 'jquery-ui-tabs', 'wp-lists'), '20080128' );
    135135            $this->localize( 'post', 'postL10n', array(
    136136                'tagsUsed' =>  __('Tags used on this post:'),
Note: See TracChangeset for help on using the changeset viewer.