Changeset 35170 for trunk/src/wp-includes/taxonomy-functions.php
- Timestamp:
- 10/14/2015 11:43:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy-functions.php
r35153 r35170 3850 3850 * `$term_taxonomy_id` can now accept objects. 3851 3851 * 3852 * @global wpdb $wpdb 3852 * @global wpdb $wpdb WordPress database abstraction object. 3853 3853 * 3854 3854 * @param int|object $term_id ID of the shared term, or the shared term object. … … 4106 4106 * @since 4.2.0 4107 4107 * 4108 * @global wpdb $wpdb 4108 * @global wpdb $wpdb WordPress database abstraction object. 4109 4109 * 4110 4110 * @param int $term_id ID of the formerly shared term.
Note: See TracChangeset
for help on using the changeset viewer.