Changeset 35903 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 12/13/2015 07:17:10 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r35740 r35903 1684 1684 $post_states['draft'] = __('Draft'); 1685 1685 if ( 'pending' == $post->post_status && 'pending' != $post_status ) 1686 /* translators: post state */ 1687 $post_states['pending'] = _x('Pending', 'post state'); 1686 $post_states['pending'] = _x('Pending', 'post status'); 1688 1687 if ( is_sticky($post->ID) ) 1689 1688 $post_states['sticky'] = __('Sticky');
Note: See TracChangeset
for help on using the changeset viewer.