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/network.php

    r32116 r32642  
    3636 *
    3737 * @since 3.0.0
     38 *
     39 * @global wpdb $wpdb
     40 *
    3841 * @return Whether a network exists.
    3942 */
     
    6568 *
    6669 * @since 3.0.0
     70 *
     71 * @global wpdb $wpdb
     72 *
    6773 * @return bool Whether subdirectory install is allowed
    6874 */
     
    150156 *
    151157 * @since 3.0.0
     158 *
     159 * @global bool $is_apache
    152160 */
    153161function network_step1( $errors = false ) {
     
    327335 *
    328336 * @since 3.0.0
     337 *
     338 * @global wpdb $wpdb
    329339 */
    330340function network_step2( $errors = false ) {
Note: See TracChangeset for help on using the changeset viewer.