mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user