We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2889b commit 41eb057Copy full SHA for 41eb057
requirements.php
@@ -45,10 +45,10 @@ class Just_Theme_Framework_Checker {
45
* @var array
46
*/
47
private $required_plugins = array(
48
- 'wordpress-theme-framework/wordpresscd wo -theme-framework.php' => array(
+ 'wordpress-theme-framework/wordpress-theme-framework.php' => array(
49
'\JustCoded\WP\Framework\Autoload',
50
- 'Just Theme Framework',
51
- '//wordpress.org/plugins/just-theme-framework',
+ 'WordPress Theme Framework',
+ 'https://github.com/justcoded/wordpress-theme-framework',
52
),
53
'titan-framework/titan-framework.php' => array(
54
'\TitanFrameworkPlugin',
0 commit comments