diff --git a/includes/functions/_theme_setup.php b/includes/functions/_theme_setup.php index 6b290247..76e4f0b5 100644 --- a/includes/functions/_theme_setup.php +++ b/includes/functions/_theme_setup.php @@ -961,13 +961,12 @@ function fictioneer_admin_update_notice() { // Render notice $message = sprintf( - __( 'Fictioneer %1$s is available. Please download the latest release at your next convenience and upload it to your site, either per FTP or under Themes (Upload Theme).', 'fictioneer' ), + __( 'Fictioneer %1$s is available. Please download and install the latest version at your next convenience.', 'fictioneer' ), get_option( 'fictioneer_latest_version', FICTIONEER_RELEASE_TAG ), - 'https://github.com/Tetrakern/fictioneer/releases', - get_admin_url( null, 'theme-install.php' ) + 'https://github.com/Tetrakern/fictioneer/releases' ); - echo '

' . $message . '

'; + echo "

$message

"; // Remember notice update_option( 'fictioneer_update_notice_timestamp', time() ); diff --git a/includes/functions/settings/_settings_page_general.php b/includes/functions/settings/_settings_page_general.php index 90177c57..0cf8c165 100644 --- a/includes/functions/settings/_settings_page_general.php +++ b/includes/functions/settings/_settings_page_general.php @@ -36,10 +36,9 @@ $action = $_GET['action'] ?? null;

download the latest release at your next convenience and upload it to your site, either per FTP or under Themes (Upload Theme).', 'fictioneer' ), + __( 'Fictioneer %1$s is available. Please download and install the latest version at your next convenience.', 'fictioneer' ), get_option( 'fictioneer_latest_version', FICTIONEER_RELEASE_TAG ), - 'https://github.com/Tetrakern/fictioneer/releases', - get_admin_url( null, 'theme-install.php' ) + 'https://github.com/Tetrakern/fictioneer/releases' ); ?>