Make WordPress Core

Ticket #47259: 47259.2.patch

File 47259.2.patch, 879 bytes (added by justinahinon, 4 years ago)

Initial patch is good, just refreshed it against trunk.

  • src/wp-includes/class-wp-editor.php

     
    13001300
    13011301                                'Row'                                  => __( 'Row' ),
    13021302                                'Rows'                                 => __( 'Rows' ),
    1303                                 'Column'                               => _x( 'Column', 'table column' ),
    1304                                 'Cols'                                 => _x( 'Cols', 'table columns' ),
     1303                                'Column'                               => __( 'Column' ),
     1304                                'Cols'                                 => __( 'Columns' ),
    13051305                                'Cell'                                 => _x( 'Cell', 'table cell' ),
    13061306                                'Header cell'                          => __( 'Header cell' ),
    13071307                                'Header'                               => _x( 'Header', 'table header' ),