diff --git a/requirements.php b/requirements.php index 2e6cc90..9f4870b 100644 --- a/requirements.php +++ b/requirements.php @@ -62,7 +62,7 @@ class Just_Theme_Framework_Checker { private function __construct() { global $pagenow; if ( ! is_admin() && 'wp-login.php' !== $pagenow && ! $this->check_requirements() ) { - throw new Exception( 'Your theme requires Just Theme Framework and Titan Framework plugins to be installed and activated.' ); + throw new Exception( 'Your theme requires WordPress Theme Framework plugin to be installed and activated.' ); } add_action( 'admin_notices', array( $this, 'display_requirements_admin_notice' ) ); } @@ -124,7 +124,17 @@ public function display_requirements_admin_notice() { $html = '
' . implode( '
', $warnings ) . '