Changeset 45590 for trunk/src/wp-includes/category-template.php
- Timestamp:
- 07/02/2019 11:41:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r45580 r45590 1224 1224 */ 1225 1225 function get_the_terms( $post, $taxonomy ) { 1226 if ( ! $post = get_post( $post ) ) { 1226 $post = get_post( $post ); 1227 if ( ! $post ) { 1227 1228 return false; 1228 1229 }
Note: See TracChangeset
for help on using the changeset viewer.