Make WordPress Core


Ignore:
Timestamp:
05/28/2015 09:40:27 PM (10 years ago)
Author:
wonderboymusic
Message:

Add @global annotations for wp-admin/*.

See #32444.

File:
1 edited

Legend:

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

    r32381 r32642  
    4848 *
    4949 * @since 3.0.0
     50 *
     51 * @global wpdb $wpdb
    5052 *
    5153 * @param int  $blog_id Blog ID.
     
    176178 *
    177179 * @todo Merge with wp_delete_user() ?
     180 *
     181 * @global wpdb $wpdb
    178182 *
    179183 * @param int $id The user ID.
     
    495499 *
    496500 * @since 3.0.0
     501 *
     502 * @global wpdb $wpdb
    497503 *
    498504 * @param int    $id         The user ID.
     
    843849 * @since 3.0.0
    844850 *
     851 * @global array $super_admins
     852 *
    845853 * @param int $user_id ID of the user to be granted Super Admin privileges.
    846854 * @return bool True on success, false on failure. This can fail when the user is
     
    888896 * @since 3.0.0
    889897 *
     898 * @global array $super_admins
     899 *
    890900 * @param int $user_id ID of the user Super Admin privileges to be revoked from.
    891901 * @return bool True on success, false on failure. This can fail when the user's email
     
    938948 * @since 3.1.0
    939949 *
     950 * @global wpdb $wpdb
     951 *
    940952 * @param int $site_id The network/site ID to check.
    941953 * @return bool True if network can be edited, otherwise false.
Note: See TracChangeset for help on using the changeset viewer.