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:
John Blackbourn
2021-07-05 15:46:40 +00:00
parent 19751bd0d3
commit fee45f935c
2 changed files with 7 additions and 7 deletions

View File

@@ -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 );
?>