Changeset 6118 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/section-advanced.php
- Timestamp:
- 11/14/2017 05:01:46 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/section-advanced.php
r5255 r6118 41 41 $tags = array_reverse( $tags ); 42 42 43 if ( $tags ) {43 if ( $tags && 'publish' === get_post_status() ) { 44 44 echo '<h5>' . __( 'Previous Versions', 'wporg-plugins' ) . '</h5>'; 45 45
Note: See TracChangeset
for help on using the changeset viewer.