Changeset 46662 for trunk/src/wp-admin/includes/taxonomy.php
- Timestamp:
- 11/05/2019 09:28:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/taxonomy.php
r45583 r46662 74 74 * @param string[] $categories Array of category names to create. 75 75 * @param int $post_id Optional. The post ID. Default empty. 76 * @return array List of categories to create forthe given post.76 * @return int[] Array of IDs of categories assigned to the given post. 77 77 */ 78 78 function wp_create_categories( $categories, $post_id = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.