Changeset 24052 for trunk/wp-includes/script-loader.php
- Timestamp:
- 04/22/2013 08:17:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r24046 r24052 76 76 $scripts->add( 'quicktags', "/wp-includes/js/quicktags$suffix.js", array(), false, 1 ); 77 77 did_action( 'init' ) && $scripts->localize( 'quicktags', 'quicktagsL10n', array( 78 'wordLookup' => __('Enter a word to look up:'),79 'dictionaryLookup' => esc_attr(__('Dictionary lookup')),80 'lookup' => esc_attr(__('lookup')),81 78 'closeAllOpenTags' => esc_attr(__('Close all open tags')), 82 79 'closeTags' => esc_attr(__('close tags')),
Note: See TracChangeset
for help on using the changeset viewer.