We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c34bffb commit 11b4f7cCopy full SHA for 11b4f7c
1 file changed
ghost.php
@@ -181,7 +181,7 @@ public function hcpp_render_body( $args ) {
181
global $hcpp;
182
183
// Fill out version on app listing page
184
- if ( $args['page'] == 'hcpp_render_body' ) {
+ if ( $args['page'] == 'list_webapps' ) {
185
$args['content'] = str_replace( '%ghost_version%', $hcpp->ghost->version, $args['content'] );
186
return $args;
187
}
0 commit comments