Make WordPress Core


Ignore:
Timestamp:
07/28/2014 11:44:28 PM (12 years ago)
Author:
azaozz
Message:

TinyMCE:

  • Use data-wp-* for processing and styling of the more and nextpage placeholders, keep the class names for back-compat. Makes them "immune" to "Clear formatting".
  • Translate the titles of the placeholders.

Fixes #28772.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r29214 r29317  
    945945            'Toolbar Toggle' => __( 'Toolbar Toggle' ),
    946946            'Insert Read More tag' => __( 'Insert Read More tag' ),
     947            'Read more...' => __( 'Read more...' ), // Title on the placeholder inside the editor
    947948            'Distraction Free Writing' => __( 'Distraction Free Writing' ),
    948949        );
Note: See TracChangeset for help on using the changeset viewer.