mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Miscellaneous docblock improvements.
See #53399 git-svn-id: https://develop.svn.wordpress.org/trunk@51330 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -552,11 +552,11 @@ endif;
|
||||
* Filters a user contactmethod label.
|
||||
*
|
||||
* The dynamic portion of the filter hook, `$name`, refers to
|
||||
* each of the keys in the contactmethods array.
|
||||
* each of the keys in the contact methods array.
|
||||
*
|
||||
* @since 2.9.0
|
||||
*
|
||||
* @param string $desc The translatable label for the contactmethod.
|
||||
* @param string $desc The translatable label for the contact method.
|
||||
*/
|
||||
echo apply_filters( "user_{$name}_label", $desc );
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user