mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-30 18:24:31 +00:00
Edit comment page fix
git-svn-id: https://develop.svn.wordpress.org/trunk@9425 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -201,7 +201,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
'edit' => __('Edit'),
|
||||
) );
|
||||
$scripts->add( 'link', '/wp-admin/js/link.js', array('jquery-ui-tabs', 'wp-lists', 'postbox', 'settings-box'), '20080925' );
|
||||
$scripts->add( 'comment', '/wp-admin/js/comment.js', array('postbox'), '20080219' );
|
||||
$scripts->add( 'comment', '/wp-admin/js/comment.js', array('jquery'), '20080219' );
|
||||
$scripts->localize( 'comment', 'commentL10n', array(
|
||||
'cancel' => __('Cancel'),
|
||||
'edit' => __('Edit'),
|
||||
|
||||
Reference in New Issue
Block a user