Changeset 3246
- Timestamp:
- 05/24/2016 10:44:38 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/extras.php
r2966 r3246 97 97 */ 98 98 function wporg_filter_archive_excerpt( $excerpt ) { 99 if ( ! is_single() ) {99 if ( ! is_single() && ! wporg_is_handbook() ) { 100 100 101 101 $post_id = get_the_ID();
Note: See TracChangeset
for help on using the changeset viewer.