Make WordPress Core


Ignore:
Timestamp:
09/16/2015 11:58:41 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Add a comment to strings where the ellipsis cannot be used due to json_encode(), placeholders, or external dependencies.

Fixes #32875.

File:
1 edited

Legend:

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

    r34087 r34233  
    927927            'Color' => __( 'Color' ),
    928928            'Custom color' => __( 'Custom color' ),
    929             'Custom...' => _x( 'Custom...', 'label for custom color' ),
     929            'Custom...' => _x( 'Custom...', 'label for custom color' ), // no ellipsis
    930930            'No color' => __( 'No color' ),
    931931
     
    10291029            'Insert Read More tag' => __( 'Insert Read More tag' ),
    10301030            'Insert Page Break tag' => __( 'Insert Page Break tag' ),
    1031             'Read more...' => __( 'Read more...' ), // Title on the placeholder inside the editor
     1031            'Read more...' => __( 'Read more...' ), // Title on the placeholder inside the editor (no ellipsis)
    10321032            'Distraction-free writing mode' => __( 'Distraction-free writing mode' ),
    10331033            'No alignment' => __( 'No alignment' ), // Tooltip for the 'alignnone' button in the image toolbar
Note: See TracChangeset for help on using the changeset viewer.