Changeset 13337 for trunk/wp-admin/network.php
- Timestamp:
- 02/23/2010 07:58:53 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/network.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network.php
r13025 r13337 16 16 if ( ! is_super_admin() ) 17 17 wp_die( __( 'You do not have sufficient permissions to manage options for this blog.' ) ); 18 19 // We need to create references to ms global tables to enable Network. 20 foreach ( $wpdb->tables( 'ms_global' ) as $table => $prefixed_table ) 21 $wpdb->$table = $prefixed_table; 18 22 19 23 $title = __( 'Network Settings' );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)