Changeset 33393
- Timestamp:
- 07/23/2015 07:44:49 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r33296 r33393 3014 3014 * @param string $taxonomy Optional. The taxonomy for which to retrieve terms. Default 'post_tag'. 3015 3015 * @param array $args Optional. {@link wp_get_object_terms()} arguments. Default empty array. 3016 * @return array List of post tags. 3016 * @return array|WP_Error List of post terms or empty array if no terms were found. WP_Error object 3017 * if `$taxonomy` doesn't exist. 3017 3018 */ 3018 3019 function wp_get_post_terms( $post_id = 0, $taxonomy = 'post_tag', $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.