Changeset 616
- Timestamp:
- 05/14/2014 07:05:48 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/functions.php
r596 r616 75 75 76 76 // Bail early when not the single archive for hook 77 if ( ! is_singular() || $post_type !== get_post_type() ) {77 if ( ! is_singular() || $post_type !== get_post_type() || ! isset( $items[4] ) ) { 78 78 return $items; 79 79 }
Note: See TracChangeset
for help on using the changeset viewer.