Changeset 30122 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 10/31/2014 05:55:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r30108 r30122 563 563 * @since 2.3.0 564 564 * 565 * @ uses $wpdb565 * @global wpdb $wpdb WordPress database abstraction object. 566 566 * 567 567 * @param int|array $term_ids Term id or array of term ids of terms that will be used … … 1262 1262 * @since 2.3.0 1263 1263 * 1264 * @ uses $wpdb1264 * @global wpdb $wpdb WordPress database abstraction object. 1265 1265 * @see sanitize_term_field() The $context param lists the available values for get_term_by() $filter param. 1266 1266 * … … 1357 1357 * @since 2.3.0 1358 1358 * 1359 * @ uses $wpdb1359 * @global wpdb $wpdb WordPress database abstraction object. 1360 1360 * @see sanitize_term_field() The $context param lists the available values for get_term_by() $filter param. 1361 1361 * … … 1447 1447 * @since 2.3.0 1448 1448 * 1449 * @ uses $wpdb1449 * @global wpdb $wpdb WordPress database abstraction object. 1450 1450 * 1451 1451 * @param string $term_id ID of Term to get children … … 1554 1554 * @since 2.3.0 1555 1555 * 1556 * @global wpdb $wpdb WordPress database a ccess abstraction object.1556 * @global wpdb $wpdb WordPress database abstraction object. 1557 1557 * 1558 1558 * @param string|array $taxonomies Taxonomy name or list of Taxonomy names. … … 2004 2004 * @since 3.0.0 2005 2005 * 2006 * @ uses $wpdb2006 * @global wpdb $wpdb WordPress database abstraction object. 2007 2007 * 2008 2008 * @param int|string $term The term to check … … 2144 2144 * @since 2.3.0 2145 2145 * 2146 * @ uses $wpdb2146 * @global wpdb $wpdb WordPress database abstraction object. 2147 2147 * 2148 2148 * @param string $field Term field to sanitize … … 2364 2364 * @since 2.3.0 2365 2365 * 2366 * @ uses $wpdb2366 * @global wpdb $wpdb WordPress database abstraction object. 2367 2367 * 2368 2368 * @param int $term Term ID … … 2563 2563 * 2564 2564 * @since 2.3.0 2565 * @uses $wpdb 2565 * 2566 * @global wpdb $wpdb WordPress database abstraction object. 2566 2567 * 2567 2568 * @param int|array $object_ids The ID(s) of the object(s) to retrieve. … … 2734 2735 * or the term slug and name are not unique, a WP_Error object will be returned. 2735 2736 * 2736 * @global wpdb $wpdb The WordPress databaseobject.2737 * @global wpdb $wpdb WordPress database abstraction object. 2737 2738 2738 2739 * @since 2.3.0 … … 3090 3091 * 3091 3092 * @since 3.6.0 3092 * @uses $wpdb 3093 * 3094 * @global wpdb $wpdb WordPress database abstraction object. 3093 3095 * 3094 3096 * @param int $object_id The ID of the object from which the terms will be removed. … … 3178 3180 * 3179 3181 * @since 2.3.0 3180 * @uses $wpdb 3182 * 3183 * @global wpdb $wpdb WordPress database abstraction object. 3181 3184 * 3182 3185 * @param string $slug The string that will be tried for a unique slug … … 3250 3253 * @since 2.3.0 3251 3254 * 3252 * @ uses $wpdb3255 * @global wpdb $wpdb WordPress database abstraction object. 3253 3256 * 3254 3257 * @param int $term_id The ID of the term … … 3495 3498 * 3496 3499 * @since 2.3.0 3497 * @uses $wpdb 3500 * 3501 * @global wpdb $wpdb WordPress database abstraction object. 3498 3502 * 3499 3503 * @param int|array $terms The term_taxonomy_id of the terms … … 3608 3612 * 3609 3613 * @since 2.3.0 3610 * @uses $wpdb 3614 * 3615 * @global wpdb $wpdb WordPress database abstraction object. 3611 3616 * 3612 3617 * @param int|array $ids Single or list of Term IDs … … 3871 3876 * @access private 3872 3877 * @since 2.3.0 3873 * @uses $wpdb 3878 * 3879 * @global wpdb $wpdb WordPress database abstraction object. 3874 3880 * 3875 3881 * @param array $terms List of Term IDs … … 3935 3941 * @access private 3936 3942 * @since 2.3.0 3937 * @uses $wpdb 3943 * 3944 * @global wpdb $wpdb WordPress database abstraction object. 3938 3945 * 3939 3946 * @param array $terms List of Term taxonomy IDs … … 3983 3990 * 3984 3991 * @since 3.3.0 3985 * @uses $wpdb 3992 * 3993 * @global wpdb $wpdb WordPress database abstraction object. 3986 3994 * 3987 3995 * @param array $terms List of Term taxonomy IDs
Note: See TracChangeset
for help on using the changeset viewer.