Changeset 9297 for trunk/wp-includes/script-loader.php
- Timestamp:
- 10/23/2008 04:34:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r9291 r9297 244 244 $scripts->add( 'theme-preview', '/wp-admin/js/theme-preview.js', array( 'thickbox', 'jquery' ), '20080625' ); 245 245 246 $scripts->add( 'inline-edit-post', '/wp-admin/js/inline-edit-post.js', array( 'jquery', 'jquery-form', 'suggest' ), '200810 14' );246 $scripts->add( 'inline-edit-post', '/wp-admin/js/inline-edit-post.js', array( 'jquery', 'jquery-form', 'suggest' ), '20081007' ); 247 247 $scripts->localize( 'inline-edit-post', 'inlineEditL10n', array( 248 'e rror' => __('Error while saving the changes.'),249 ' rem_title' => __('Remove from batch edit')250 ) ); 251 252 $scripts->add( 'inline-edit-tax', '/wp-admin/js/inline-edit-tax.js', array( 'jquery', 'jquery-form' ), '200810 14' );248 'edit' => __('Double-click to edit'), 249 'error' => __('Error while saving the changes.') 250 ) ); 251 252 $scripts->add( 'inline-edit-tax', '/wp-admin/js/inline-edit-tax.js', array( 'jquery', 'jquery-form' ), '20081007' ); 253 253 $scripts->localize( 'inline-edit-tax', 'inlineEditL10n', array( 254 'edit' => __('Double-click to edit'), 254 255 'error' => __('Error while saving the changes.') 255 256 ) );
Note: See TracChangeset
for help on using the changeset viewer.