Make WordPress Core

Ticket #42543: 42543.diff

File 42543.diff, 1.0 KB (added by scottlee, 7 years ago)
  • src/wp-includes/class-wp-editor.php

    diff --git src/wp-includes/class-wp-editor.php src/wp-includes/class-wp-editor.php
    index 0743a840fe..7a57c13174 100644
    final class _WP_Editors { 
    12561256                        'Distraction-free writing mode' => array( __( 'Distraction-free writing mode' ), 'accessW' ),
    12571257                        'No alignment' => __( 'No alignment' ), // Tooltip for the 'alignnone' button in the image toolbar
    12581258                        'Remove' => __( 'Remove' ), // Tooltip for the 'remove' button in the image toolbar
    1259                         'Edit ' => __( 'Edit' ), // Tooltip for the 'edit' button in the image toolbar
     1259                        'Edit ' => __( 'Edit' ), // Trailing space is needed, used for context, see wpeditimage/plugin.js
    12601260                        'Paste URL or type to search' => __( 'Paste URL or type to search' ), // Placeholder for the inline link dialog
    12611261                        'Apply'  => __( 'Apply' ), // Tooltip for the 'apply' button in the inline link dialog
    12621262                        'Link options'  => __( 'Link options' ), // Tooltip for the 'link options' button in the inline link dialog