- Timestamp:
- 10/02/2015 07:07:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-themes-list-table.php
r33492 r34778 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_ site_option( 'site_name' ) );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' ) ); 106 106 } 107 107
Note: See TracChangeset
for help on using the changeset viewer.