Changeset 29961 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 10/18/2014 08:10:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r29920 r29961 87 87 $scripts->add( 'quicktags', "/wp-includes/js/quicktags$suffix.js", array(), false, 1 ); 88 88 did_action( 'init' ) && $scripts->localize( 'quicktags', 'quicktagsL10n', array( 89 'closeAllOpenTags' => esc_attr(__('Close all open tags')),90 'closeTags' => esc_attr(__('close tags')),91 'enterURL' => __('Enter the URL'),92 'enterImageURL' => __('Enter the URL of the image'),93 'enterImageDescription' => __( 'Enter a description of the image'),94 'fullscreen' => __('fullscreen'),95 'toggleFullscreen' => esc_attr( __('Toggle fullscreen mode')),96 'textdirection' => esc_attr( __('text direction')),97 'toggleTextdirection' => esc_attr( __('Toggle Editor Text Direction'))89 'closeAllOpenTags' => esc_attr__( 'Close all open tags' ), 90 'closeTags' => esc_attr__( 'close tags' ), 91 'enterURL' => __( 'Enter the URL' ), 92 'enterImageURL' => __( 'Enter the URL of the image' ), 93 'enterImageDescription' => __( 'Enter a description of the image' ), 94 'fullscreen' => __( 'fullscreen' ), 95 'toggleFullscreen' => esc_attr__( 'Toggle fullscreen mode' ), 96 'textdirection' => esc_attr__( 'text direction' ), 97 'toggleTextdirection' => esc_attr__( 'Toggle Editor Text Direction' ) 98 98 ) ); 99 99
Note: See TracChangeset
for help on using the changeset viewer.