We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e414b commit 9b8288bCopy full SHA for 9b8288b
src/Theme_Command.php
@@ -166,7 +166,7 @@ protected function status_single( $args ) {
166
if ( $this->has_update( $theme->get_stylesheet() ) )
167
$version .= ' (%gUpdate available%n)';
168
169
- echo WP_CLI::colorize( \WP_CLI\Utils\mustache_render( dirname( __DIR__ ) . 'theme-status.mustache', array(
+ echo WP_CLI::colorize( \WP_CLI\Utils\mustache_render( dirname( __DIR__ ) . '/templates/theme-status.mustache', array(
170
'slug' => $theme->get_stylesheet(),
171
'status' => $status,
172
'version' => $version,
0 commit comments