Changeset 31188 for trunk/src/wp-includes/post.php
- Timestamp:
- 01/16/2015 01:05:52 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r31169 r31188 423 423 $post = $GLOBALS['post']; 424 424 425 if ( is_a( $post, 'WP_Post' )) {425 if ( $post instanceof WP_Post ) { 426 426 $_post = $post; 427 427 } elseif ( is_object( $post ) ) {
Note: See TracChangeset
for help on using the changeset viewer.