Changeset 40298
- Timestamp:
- 03/17/2017 05:26:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r40293 r40298 3994 3994 * 3995 3995 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global $post. 3996 * @return array 3996 * @return array An array of all taxonomy names for the given post. 3997 3997 */ 3998 3998 function get_post_taxonomies( $post = 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.