Docs: Miscellaneous docblock fixes.

See #50768


git-svn-id: https://develop.svn.wordpress.org/trunk@49181 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2020-10-17 14:52:04 +00:00
parent b1833128fe
commit ff18031d1b
3 changed files with 9 additions and 8 deletions

View File

@@ -240,7 +240,7 @@ function plugins_api( $action, $args = array() ) {
* @since 2.7.0
*
* @param array $args
* @return array
* @return array|WP_Error
*/
function install_popular_tags( $args = array() ) {
$key = md5( serialize( $args ) );