Skip to content

Commit

Permalink
Merge pull request #4 from Eoxia/1.0.1
Browse files Browse the repository at this point in the history
1.0.1
  • Loading branch information
eoxia-amandine authored Nov 8, 2018
2 parents 43118f2 + d313ad8 commit c2d319f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/star/filter/star.filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function wp_star_bloc_json_load( $paths ) {
public function wp_star_content( $content ) {
$list_project = get_field( 'wpstar_list_project' );
if ( empty( $list_project ) ) :
return;
return $content;
endif;

ob_start();
Expand Down

0 comments on commit c2d319f

Please sign in to comment.