Changeset 32642 for trunk/src/wp-admin/network.php
- Timestamp:
- 05/28/2015 09:40:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network.php
r32116 r32642 36 36 * 37 37 * @since 3.0.0 38 * 39 * @global wpdb $wpdb 40 * 38 41 * @return Whether a network exists. 39 42 */ … … 65 68 * 66 69 * @since 3.0.0 70 * 71 * @global wpdb $wpdb 72 * 67 73 * @return bool Whether subdirectory install is allowed 68 74 */ … … 150 156 * 151 157 * @since 3.0.0 158 * 159 * @global bool $is_apache 152 160 */ 153 161 function network_step1( $errors = false ) { … … 327 335 * 328 336 * @since 3.0.0 337 * 338 * @global wpdb $wpdb 329 339 */ 330 340 function network_step2( $errors = false ) {
Note: See TracChangeset
for help on using the changeset viewer.