Make WordPress Core


Ignore:
Timestamp:
10/18/2017 02:44:07 PM (8 years ago)
Author:
SergeyBiryukov
Message:

I18N: Add a context for "Schedule" string.

Props Mirucon.
Fixes #42165.

File:
1 edited

Legend:

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

    r41839 r41898  
    45364536            $status_choices[] = array(
    45374537                'status' => 'future',
    4538                 'label' => __( 'Schedule' ),
     4538                'label' => _x( 'Schedule', 'customizer status' ),
    45394539            );
    45404540        }
Note: See TracChangeset for help on using the changeset viewer.