Make WordPress Core


Ignore:
Timestamp:
06/19/2020 10:53:54 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Remove unnecessary variables names from @return tags.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r48068 r48100  
    69826982 * @param string $group Where the cache contents are grouped.
    69836983 *
    6984  * @return string $last_changed UNIX timestamp with microseconds representing when the group was last changed.
     6984 * @return string UNIX timestamp with microseconds representing when the group was last changed.
    69856985 */
    69866986function wp_cache_get_last_changed( $group ) {
     
    73967396 * @since 5.2.0
    73977397 *
    7398  * @return string $message Update PHP page annotation. An empty string if no custom URLs are provided.
     7398 * @return string Update PHP page annotation. An empty string if no custom URLs are provided.
    73997399 */
    74007400function wp_get_update_php_annotation() {
Note: See TracChangeset for help on using the changeset viewer.