Changeset 6416 for sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/navigation.php
- Timestamp:
- 01/22/2018 10:05:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/navigation.php
r6415 r6416 47 47 public static function o2_post_fragment( $fragment, $post_id ) { 48 48 $prev = $next = false; 49 50 // Bail unless a handbook page. 51 if ( ! wporg_is_handbook_post_type( get_post_type( $post_id ) ) ) { 52 return $fragment; 53 } 49 54 50 55 if ( self::$using_pages_widget ) {
Note: See TracChangeset
for help on using the changeset viewer.