- Timestamp:
- 10/07/2015 05:11:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-themes-list-table.php
r34778 r34912 103 103 } 104 104 // Fallthrough. 105 printf( __( 'Only the current theme is available to you. Contact the %s administrator for information about accessing additional themes.' ), get_ network_option( 'site_name' ) );105 printf( __( 'Only the current theme is available to you. Contact the %s administrator for information about accessing additional themes.' ), get_site_option( 'site_name' ) ); 106 106 } 107 107
Note: See TracChangeset
for help on using the changeset viewer.