Add a missing @return
tag to the DocBlock for site_admin_notice()
.
See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@32339 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
511ce10e53
commit
5a45289302
@ -728,6 +728,8 @@ function mu_dropdown_languages( $lang_files = array(), $current = '' ) {
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @global int $wp_db_version The version number of the database.
|
||||
*
|
||||
* @return false False if the current user is not a super admin.
|
||||
*/
|
||||
function site_admin_notice() {
|
||||
global $wp_db_version;
|
||||
|
Loading…
Reference in New Issue
Block a user