Changeset 30385
- Timestamp:
- 11/19/2014 05:26:18 PM (10 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r30338 r30385 968 968 'Read more...' => __( 'Read more...' ), // Title on the placeholder inside the editor 969 969 'Distraction Free Writing' => __( 'Distraction Free Writing' ), 970 ' Remove alignment' => __( 'Removealignment' ), // Tooltip for the 'alignnone' button in the image toolbar970 'No alignment' => __( 'No alignment' ), // Tooltip for the 'alignnone' button in the image toolbar 971 971 ); 972 972 -
trunk/src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js
r30362 r30385 34 34 aligncenter: 'Align center', 35 35 alignright: 'Align right', 36 alignnone: ' Removealignment'36 alignnone: 'No alignment' 37 37 }, function( tooltip, name ) { 38 38 var direction = name.slice( 5 );
Note: See TracChangeset
for help on using the changeset viewer.