mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Docs: Use more consistent descriptions for void|false return values.
See #51800. git-svn-id: https://develop.svn.wordpress.org/trunk@49935 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3531,7 +3531,8 @@ function get_object_term_cache( $id, $taxonomy ) {
|
||||
*
|
||||
* @param string|int[] $object_ids Comma-separated list or array of term object IDs.
|
||||
* @param string|string[] $object_type The taxonomy object type or array of the same.
|
||||
* @return void|false False if all of the terms in `$object_ids` are already cached.
|
||||
* @return void|false Void on success or if the `$object_ids` parameter is empty,
|
||||
* false if all of the terms in `$object_ids` are already cached.
|
||||
*/
|
||||
function update_object_term_cache( $object_ids, $object_type ) {
|
||||
if ( empty( $object_ids ) ) {
|
||||
|
||||
Reference in New Issue
Block a user