Make WordPress Core


Ignore:
Timestamp:
01/05/2021 05:14:24 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Corrections and improvements to types used in various docblocks.

See #51800, #52217

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ms.php

    r49929 r49936  
    690690 * @global string $pagenow
    691691 *
    692  * @return false False if the current user is not a super admin.
     692 * @return void|false Void on success. False if the current user is not a super admin.
    693693 */
    694694function site_admin_notice() {
Note: See TracChangeset for help on using the changeset viewer.