Skip to content

Commit 11b4f7c

Browse files
committed
wip
1 parent c34bffb commit 11b4f7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ghost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public function hcpp_render_body( $args ) {
181181
global $hcpp;
182182

183183
// Fill out version on app listing page
184-
if ( $args['page'] == 'hcpp_render_body' ) {
184+
if ( $args['page'] == 'list_webapps' ) {
185185
$args['content'] = str_replace( '%ghost_version%', $hcpp->ghost->version, $args['content'] );
186186
return $args;
187187
}

0 commit comments

Comments
 (0)