Changeset 6726 for trunk/wp-includes/script-loader.php
- Timestamp:
- 02/05/2008 06:47:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r6713 r6726 105 105 'file_cancelled' => 'File cancelled.', 106 106 'upload_stopped' => 'Upload stopped.', 107 107 108 108 ) ); 109 109 … … 119 119 $this->add( 'admin-tags', '/wp-admin/js/tags.js', array('wp-lists'), '20071031' ); 120 120 $this->add( 'admin-custom-fields', '/wp-admin/js/custom-fields.js', array('wp-lists'), '20070823' ); 121 $this->add( 'password-strength-meter', '/wp-admin/js/password-strength-meter.js', array('jquery'), '20070405' ); 122 $this->localize( 'password-strength-meter', 'pwsL10n', array( 123 'short' => __('Too short'), 124 'bad' => __('Bad'), 125 'good' => __('Good'), 126 'strong' => __('Strong') 121 $this->add( 'password-strength-meter', '/wp-admin/js/password-strength-meter.js', array('jquery'), '20070405' ); 122 $this->localize( 'password-strength-meter', 'pwsL10n', array( 123 'short' => __('Too short'), 124 'bad' => __('Bad'), 125 'good' => __('Good'), 126 'strong' => __('Strong') 127 127 ) ); 128 128 $this->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists'), '20071104' ); … … 275 275 else 276 276 continue; // We're at the top level. Move on to the next one. 277 } 277 } 278 278 279 279 $this->to_print[$handle] = true;
Note: See TracChangeset
for help on using the changeset viewer.