Changeset 45932 for trunk/src/wp-includes/ms-site.php
- Timestamp:
- 09/03/2019 12:39:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-site.php
r45910 r45932 689 689 array( 690 690 'user_id' => 0, 691 /* translators: %d: site ID*/691 /* translators: %d: Site ID. */ 692 692 'title' => sprintf( __( 'Site %d' ), $site->id ), 693 693 'options' => array(), … … 1320 1320 function wp_check_site_meta_support_prefilter( $check ) { 1321 1321 if ( ! is_site_meta_supported() ) { 1322 /* translators: %s: database table name*/1322 /* translators: %s: Database table name. */ 1323 1323 _doing_it_wrong( __FUNCTION__, sprintf( __( 'The %s table is not installed. Please run the network database upgrade.' ), $GLOBALS['wpdb']->blogmeta ), '5.1.0' ); 1324 1324 return false;
Note: See TracChangeset
for help on using the changeset viewer.