Ticket #30694: missing_localization_for_image_toolbar.patch
File missing_localization_for_image_toolbar.patch, 694 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/class-wp-editor.php
997 997 'Read more...' => __( 'Read more...' ), // Title on the placeholder inside the editor 998 998 'Distraction Free Writing' => __( 'Distraction Free Writing' ), 999 999 'No alignment' => __( 'No alignment' ), // Tooltip for the 'alignnone' button in the image toolbar 1000 'Edit' => __( 'Edit' ), // Tooltip for the 'edit' button in the image toolbar 1001 'Remove' => __( 'Remove' ), // Tooltip for the 'remove' button in the image toolbar 1000 1002 ); 1001 1003 1002 1004 /**