Changeset 35024 for trunk/src/wp-includes/class-wp-network.php
- Timestamp:
- 10/11/2015 10:43:59 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-network.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-network.php
r34819 r35024 146 146 147 147 $default = ucfirst( $this->domain ); 148 $this->site_name = get_network_option( 'site_name', $default, $this->id);148 $this->site_name = get_network_option( $this->id, 'site_name', $default ); 149 149 } 150 150
Note: See TracChangeset
for help on using the changeset viewer.