Changeset 37741 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 06/17/2016 08:40:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r37492 r37741 1064 1064 'Letter' => __( 'Letter' ), 1065 1065 'Action' => __( 'Action' ), 1066 'Invalid host name.' => __( 'Invalid host name.' ), 1066 1067 'To move focus to other buttons use Tab or the arrow keys. To return focus to the editor press Escape or use one of the buttons.' => 1067 1068 __( 'To move focus to other buttons use Tab or the arrow keys. To return focus to the editor press Escape or use one of the buttons.' ), … … 1284 1285 <?php 1285 1286 1286 if ( in_array( 'wplink', self::$plugins, true ) || in_array( 'link', self::$qt_buttons, true ) ) 1287 $has_wplink = in_array( 'wplink', self::$plugins, true ); 1288 1289 if ( $has_wplink ) { 1290 echo '<input type="hidden" id="_wplink_urltest_nonce" value="' . wp_create_nonce( 'wp-test-url' ) . '" />'; 1291 } 1292 1293 if ( $has_wplink || in_array( 'link', self::$qt_buttons, true ) ) { 1287 1294 self::wp_link_dialog(); 1295 } 1288 1296 1289 1297 /**
Note: See TracChangeset
for help on using the changeset viewer.