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:
Drew Jaynes 2015-05-04 01:05:48 +00:00
parent 511ce10e53
commit 5a45289302
1 changed files with 2 additions and 0 deletions

View File

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