Make WordPress Core


Ignore:
Timestamp:
05/04/2015 01:05:48 AM (10 years ago)
Author:
DrewAPicture
Message:

Add a missing @return tag to the DocBlock for site_admin_notice().

See #32246.

File:
1 edited

Legend:

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

    r31829 r32339  
    729729 *
    730730 * @global int $wp_db_version The version number of the database.
     731 *
     732 * @return false False if the current user is not a super admin.
    731733 */
    732734function site_admin_notice() {
Note: See TracChangeset for help on using the changeset viewer.