mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-30 02:04:26 +00:00
AJAXcat fixes and FF workaround from mdawaffe. fixes #3895
git-svn-id: https://develop.svn.wordpress.org/trunk@5280 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -78,7 +78,7 @@ class WP_Scripts {
|
||||
break;
|
||||
endswitch;
|
||||
if ( $man ) {
|
||||
$this->add( 'dbx-admin-key', '/wp-admin/dbx-admin-key.js', array('dbx'), '20070306' );
|
||||
$this->add( 'dbx-admin-key', '/wp-admin/dbx-admin-key.js', array('dbx'), '20070417' );
|
||||
$this->localize( 'dbx-admin-key', 'dbxL10n', array(
|
||||
'manager' => $man,
|
||||
'open' => __('open'),
|
||||
@@ -89,7 +89,7 @@ class WP_Scripts {
|
||||
'toggleKey' => __(', or press the enter key to %toggle% it'),
|
||||
) );
|
||||
}
|
||||
$this->add( 'ajaxcat', '/wp-admin/cat.js', array('listman'), '20070306' );
|
||||
$this->add( 'ajaxcat', '/wp-admin/cat.js', array('listman'), '20070417' );
|
||||
$this->localize( 'ajaxcat', 'catL10n', array(
|
||||
'add' => attribute_escape(__('Add')),
|
||||
'how' => __('Separate multiple categories with commas.')
|
||||
|
||||
Reference in New Issue
Block a user