Make WordPress Core

Ticket #42543: 42543.3.diff

File 42543.3.diff, 1.2 KB (added by NathanAtmoz, 7 years ago)
  • src/wp-includes/class-wp-editor.php

    diff --git a/src/wp-includes/class-wp-editor.php b/src/wp-includes/class-wp-editor.php
    index 1b92ac5..6fe92c1 100644
    a b final class _WP_Editors { 
    12751275                                'Distraction-free writing mode'        => array( __( 'Distraction-free writing mode' ), 'accessW' ),
    12761276                                'No alignment'                         => __( 'No alignment' ), // Tooltip for the 'alignnone' button in the image toolbar
    12771277                                'Remove'                               => __( 'Remove' ), // Tooltip for the 'remove' button in the image toolbar
    1278                                 'Edit '                                => __( 'Edit' ), // Tooltip for the 'edit' button in the image toolbar
     1278                                'Edit '                                => __( 'Edit' ), // Trailing space is needed, used for context, see wpeditimage/plugin.js
    12791279                                'Paste URL or type to search'          => __( 'Paste URL or type to search' ), // Placeholder for the inline link dialog
    12801280                                'Apply'                                => __( 'Apply' ), // Tooltip for the 'apply' button in the inline link dialog
    12811281                                'Link options'                         => __( 'Link options' ), // Tooltip for the 'link options' button in the inline link dialog