Changeset 42875 for trunk/src/wp-admin/includes/taxonomy.php
- Timestamp:
- 03/25/2018 06:09:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/taxonomy.php
r42343 r42875 71 71 * @since 2.0.0 72 72 * 73 * @param array $categories List of categories to create.74 * @param int $post_id Optional. The post ID. Default empty.73 * @param string[] $categories Array of category names to create. 74 * @param int $post_id Optional. The post ID. Default empty. 75 75 * @return array List of categories to create for the given post. 76 76 */
Note: See TracChangeset
for help on using the changeset viewer.