Changeset 45932 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r45730 r45932 1048 1048 'Heading 6' => array( __( 'Heading 6' ), 'access6' ), 1049 1049 1050 /* translators: block tags*/1050 /* translators: Block tags. */ 1051 1051 'Blocks' => _x( 'Blocks', 'TinyMCE' ), 1052 1052 'Paragraph' => array( __( 'Paragraph' ), 'access7' ), … … 1186 1186 'Replace' => _x( 'Replace', 'find/replace' ), 1187 1187 'Next' => _x( 'Next', 'find/replace' ), 1188 /* translators: previous*/1188 /* translators: Previous. */ 1189 1189 'Prev' => _x( 'Prev', 'find/replace' ), 1190 1190 'Whole words' => _x( 'Whole words', 'find/replace' ), … … 1261 1261 'Show invisible characters' => __( 'Show invisible characters' ), 1262 1262 1263 /* translators: word count*/1263 /* translators: Word count. */ 1264 1264 'Words: {0}' => sprintf( __( 'Words: %s' ), '{0}' ), 1265 1265 'Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.' =>
Note: See TracChangeset
for help on using the changeset viewer.