phpdoc updates. see #7358
git-svn-id: https://develop.svn.wordpress.org/trunk@9397 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
81b17e3883
commit
1a1cc80b39
@ -1593,7 +1593,7 @@ function wp_defer_term_counting($defer=null) {
|
|||||||
* @since 2.3.0
|
* @since 2.3.0
|
||||||
* @uses $wpdb
|
* @uses $wpdb
|
||||||
*
|
*
|
||||||
* @param int|array $terms The ID of the terms
|
* @param int|array $terms The term_taxonomy_id of the terms
|
||||||
* @param string $taxonomy The context of the term.
|
* @param string $taxonomy The context of the term.
|
||||||
* @return bool If no terms will return false, and if successful will return true.
|
* @return bool If no terms will return false, and if successful will return true.
|
||||||
*/
|
*/
|
||||||
@ -1628,7 +1628,7 @@ function wp_update_term_count( $terms, $taxonomy, $do_deferred=false ) {
|
|||||||
*
|
*
|
||||||
* @since 2.5.0
|
* @since 2.5.0
|
||||||
*
|
*
|
||||||
* @param array $terms IDs of Terms to update.
|
* @param array $terms The term_taxonomy_id of terms to update.
|
||||||
* @param string $taxonomy The context of the term.
|
* @param string $taxonomy The context of the term.
|
||||||
* @return bool Always true when complete.
|
* @return bool Always true when complete.
|
||||||
*/
|
*/
|
||||||
@ -2019,7 +2019,7 @@ function _pad_term_counts(&$terms, $taxonomy) {
|
|||||||
* @since 2.3.0
|
* @since 2.3.0
|
||||||
* @uses $wpdb
|
* @uses $wpdb
|
||||||
*
|
*
|
||||||
* @param array $terms List of Term IDs
|
* @param array $terms List of Term taxonomy IDs
|
||||||
*/
|
*/
|
||||||
function _update_post_term_count( $terms ) {
|
function _update_post_term_count( $terms ) {
|
||||||
global $wpdb;
|
global $wpdb;
|
||||||
|
Loading…
Reference in New Issue
Block a user