mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 22:24:36 +00:00
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:
@@ -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 ) );
|
||||
|
||||
Reference in New Issue
Block a user