mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-23 16:01:37 +01:00
Textual consistency. Props Denis-de-Bernardy. fixes #9596
git-svn-id: http://svn.automattic.com/wordpress/trunk@11192 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9e130618f5
commit
0b816aebaf
@ -941,7 +941,7 @@ class Theme_Installer_Skin extends WP_Upgrader_Skin {
|
||||
);
|
||||
|
||||
if ( $this->type == 'web' )
|
||||
$install_actions['themes_page'] = '<a href="' . admin_url('theme-install.php') . '" title="' . attr(__('Back to Theme Installer')) . '" target="_parent">' . __('Return to Theme Installer.') . '</a>';
|
||||
$install_actions['themes_page'] = '<a href="' . admin_url('theme-install.php') . '" title="' . attr(__('Return to Theme Installer')) . '" target="_parent">' . __('Return to Theme Installer.') . '</a>';
|
||||
else
|
||||
$install_actions['themes_page'] = '<a href="' . admin_url('themes.php') . '" title="' . attr(__('Themes page')) . '" target="_parent">' . __('Return to Themes page') . '</a>';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user