Changeset 5597 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php
- Timestamp:
- 06/27/2017 09:59:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php
r5580 r5597 535 535 $types = array(); 536 536 537 if ( 'wp-parser-class' === get_post_type( $post_id ) ) { 538 return $signature; 539 } 540 537 541 if ( $tags ) { 538 542 foreach ( $tags as $tag ) {
Note: See TracChangeset
for help on using the changeset viewer.