Changeset 48573 for trunk/src/wp-admin/includes/taxonomy.php
- Timestamp:
- 07/23/2020 12:46:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/taxonomy.php
r47808 r48573 301 301 * @since 2.8.0 302 302 * 303 * @param int|string $tag_name304 * @param string $taxonomy Optional. The taxonomy for which to retrieve terms. Default 'post_tag'.303 * @param string $tag_name The term name. 304 * @param string $taxonomy Optional. The taxonomy within which to create the term. Default 'post_tag'. 305 305 * @return array|WP_Error 306 306 */
Note: See TracChangeset
for help on using the changeset viewer.