Make WordPress Core


Ignore:
Timestamp:
07/05/2021 03:46:40 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock improvements.

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/user-edit.php

    r51086 r51330  
    553553             *
    554554             * The dynamic portion of the filter hook, `$name`, refers to
    555              * each of the keys in the contactmethods array.
     555             * each of the keys in the contact methods array.
    556556             *
    557557             * @since 2.9.0
    558558             *
    559              * @param string $desc The translatable label for the contactmethod.
     559             * @param string $desc The translatable label for the contact method.
    560560             */
    561561            echo apply_filters( "user_{$name}_label", $desc );
Note: See TracChangeset for help on using the changeset viewer.