Changeset 32902
- Timestamp:
- 06/22/2015 04:06:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r32654 r32902 1724 1724 $post_states['sticky'] = __('Sticky'); 1725 1725 1726 if ( 'future' === $post->post_status ) { 1727 $post_states['scheduled'] = __( 'Scheduled' ); 1728 } 1729 1726 1730 if ( get_option( 'page_on_front' ) == $post->ID ) { 1727 1731 $post_states['page_on_front'] = __( 'Front Page' );
Note: See TracChangeset
for help on using the changeset viewer.