phpdoc for global_terms(). see #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@12932 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3b613d9aa5
commit
119e88cdf8
|
@ -1703,7 +1703,16 @@ function fix_import_form_size( $size ) {
|
|||
return $size; // default
|
||||
}
|
||||
|
||||
/* Global Categories */
|
||||
/**
|
||||
* Maintains a canonical list of terms by syncing terms created for each blog with the global terms table.
|
||||
*
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @see term_id_filter
|
||||
*
|
||||
* @param int $term_id An ID for a term on the current blog.
|
||||
* @return int An ID from the global terms table mapped from $term_id.
|
||||
*/
|
||||
function global_terms( $term_id, $deprecated = '' ) {
|
||||
global $wpdb;
|
||||
|
||||
|
|
Loading…
Reference in New Issue