mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Docs: Corrections and improvements to types used in various docblocks.
See #51800, #52217 git-svn-id: https://develop.svn.wordpress.org/trunk@49936 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -689,7 +689,7 @@ function mu_dropdown_languages( $lang_files = array(), $current = '' ) {
|
||||
* @global int $wp_db_version WordPress database version.
|
||||
* @global string $pagenow
|
||||
*
|
||||
* @return false False if the current user is not a super admin.
|
||||
* @return void|false Void on success. False if the current user is not a super admin.
|
||||
*/
|
||||
function site_admin_notice() {
|
||||
global $wp_db_version, $pagenow;
|
||||
|
||||
Reference in New Issue
Block a user