Skip to content

Commit

Permalink
coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
mindctrl committed Feb 28, 2024
1 parent cffcb90 commit da62467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/updates/update-callbacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function check_for_plugin_updates( $data ) {
return $data;
}

$response->slug = 'wp-graphql-content-blocks';
$response->slug = 'wp-graphql-content-blocks';
$current_plugin_data = \get_plugin_data( WPGRAPHQL_CONTENT_BLOCKS_FILE );
$meets_wp_req = version_compare( get_bloginfo( 'version' ), $response->requires_at_least, '>=' );

Expand Down

0 comments on commit da62467

Please sign in to comment.