Changeset 35975
- Timestamp:
- 12/16/2015 07:58:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/taxonomy.php
r34717 r35975 66 66 * @param array $categories List of categories to create. 67 67 * @param int $post_id Optional. The post ID. Default empty. 68 * @return List of categories to create for the given post.68 * @return array List of categories to create for the given post. 69 69 */ 70 70 function wp_create_categories( $categories, $post_id = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.