Make WordPress Core

Ticket #47259: 47259.patch

File 47259.patch, 867 bytes (added by ramiy, 6 years ago)
  • wp-includes/class-wp-editor.php

     
    11981198
    11991199                                'Row'                                  => __( 'Row' ),
    12001200                                'Rows'                                 => __( 'Rows' ),
    1201                                 'Column'                               => _x( 'Column', 'table column' ),
    1202                                 'Cols'                                 => _x( 'Cols', 'table columns' ),
     1201                                'Column'                               => __( 'Column' ),
     1202                                'Cols'                                 => __( 'Columns' ),
    12031203                                'Cell'                                 => _x( 'Cell', 'table cell' ),
    12041204                                'Header cell'                          => __( 'Header cell' ),
    12051205                                'Header'                               => _x( 'Header', 'table header' ),