summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/verification-tools.php')
-rw-r--r--plugins/jetpack/modules/verification-tools.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/jetpack/modules/verification-tools.php b/plugins/jetpack/modules/verification-tools.php
index f99ce68a..273bd542 100644
--- a/plugins/jetpack/modules/verification-tools.php
+++ b/plugins/jetpack/modules/verification-tools.php
@@ -9,14 +9,14 @@
* Feature: Engagement
* Additional Search Queries: webmaster, seo, google, bing, pinterest, search, console
*
- * @package Jetpack
+ * @package automattic/jetpack
*/
/**
* Load Verification Tools code.
*/
function jetpack_load_verification_tools() {
- include dirname( __FILE__ ) . '/verification-tools/blog-verification-tools.php';
+ include __DIR__ . '/verification-tools/blog-verification-tools.php';
}
/**