mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Remove unnecessary variables names from @return tags.
See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48100 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -983,7 +983,7 @@ function update_meta_cache( $meta_type, $object_ids ) {
|
||||
*
|
||||
* @since 4.5.0
|
||||
*
|
||||
* @return WP_Metadata_Lazyloader $lazyloader Metadata lazyloader queue.
|
||||
* @return WP_Metadata_Lazyloader Metadata lazyloader queue.
|
||||
*/
|
||||
function wp_metadata_lazyloader() {
|
||||
static $wp_metadata_lazyloader;
|
||||
|
||||
Reference in New Issue
Block a user