From 991b3541757772f2d172935b31cf8183a2248f22 Mon Sep 17 00:00:00 2001 From: Nathan Rice Date: Mon, 6 Mar 2017 13:32:33 -0500 Subject: [PATCH] Fix typo. --- genesis-simple-sidebars.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genesis-simple-sidebars.php b/genesis-simple-sidebars.php index a772bd8..2ef71d4 100644 --- a/genesis-simple-sidebars.php +++ b/genesis-simple-sidebars.php @@ -94,7 +94,7 @@ class Genesis_Simple_Sidebars { $action = defined( 'PARENT_THEME_VERSION' ) ? __( 'upgrade to', 'genesis-simple-sidebars' ) : __( 'install and activate', 'genesis-simple-sidebars' ); - $message = sprintf( __( 'Genesis Simple Hooks requires WordPress %s and Genesis %s, or greater. Please %s the latest version of Genesis to use this plugin.', 'genesis-simple-sidebars' ), $this->min_wp_version, 'http://my.studiopress.com/?download_id=91046d629e74d525b3f2978e404e7ffa', $this->min_genesis_version, $action ); + $message = sprintf( __( 'Genesis Simple Sidebars requires WordPress %s and Genesis %s, or greater. Please %s the latest version of Genesis to use this plugin.', 'genesis-simple-sidebars' ), $this->min_wp_version, 'http://my.studiopress.com/?download_id=91046d629e74d525b3f2978e404e7ffa', $this->min_genesis_version, $action ); echo '

' . $message . '

'; }