Skip to content

Commit 2e6b2e9

Browse files
committed
Adding in the phpcs ignore.
1 parent a116ea8 commit 2e6b2e9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tour-operator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@
3030
define('LSX_TO_VER', '2.1.0');
3131

3232
// Maintain a list of content model JSON paths consumed by the plugin.
33+
// phpcs:disable WordPress.WP.GlobalVariablesOverride.Prohibited
3334
global $CONTENT_MODEL_JSON_PATH;
3435
$CONTENT_MODEL_JSON_PATH[] = LSX_TO_PATH;
36+
// phpcs:enable WordPress.WP.GlobalVariablesOverride.Prohibited
3537

3638
// Post Expirator.
3739
define('LSX_TO_POSTEXPIRATOR_DATEFORMAT', esc_html__('l F jS, Y', 'tour-operator'));

0 commit comments

Comments
 (0)