Changeset 5476
- Timestamp:
- 05/04/2017 04:44:26 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/extras.php
r5432 r5476 97 97 */ 98 98 function wporg_filter_archive_excerpt( $excerpt ) { 99 if ( ! is_single() && ! get_query_var( 'is_handbook' ) ) {99 if ( ! is_single() && ! get_query_var( 'is_handbook' ) && 'command' !== get_query_var( 'post_type' ) ) { 100 100 101 101 $post_id = get_the_ID();
Note: See TracChangeset
for help on using the changeset viewer.