mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Be more consistent with ERROR: messages. fixes #15887
git-svn-id: https://develop.svn.wordpress.org/trunk@18841 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -237,7 +237,7 @@ function install_theme_information() {
|
||||
iframe_header( __('Theme Install') );
|
||||
|
||||
if ( empty($api->download_link) ) {
|
||||
echo '<div id="message" class="error"><p>' . __('<strong>Error:</strong> This theme is currently not available. Please try again later.') . '</p></div>';
|
||||
echo '<div id="message" class="error"><p>' . __('<strong>ERROR:</strong> This theme is currently not available. Please try again later.') . '</p></div>';
|
||||
iframe_footer();
|
||||
exit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user