Fixed coding standards

This commit is contained in:
Claudio Sanches 2020-06-02 00:01:26 -03:00 committed by GitHub
parent 7a7f33f2a1
commit f2be9c7365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class WC_Site_Tracking {
public static function add_enable_tracking_function() {
global $wp_scripts;
if( ! isset( $wp_scripts->registered['woo-tracks'] ) ) {
if ( ! isset( $wp_scripts->registered['woo-tracks'] ) ) {
return;
}