summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/shortcodes/wordads.php')
-rw-r--r--plugins/jetpack/modules/shortcodes/wordads.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/jetpack/modules/shortcodes/wordads.php b/plugins/jetpack/modules/shortcodes/wordads.php
index f1797d88..5f91213e 100644
--- a/plugins/jetpack/modules/shortcodes/wordads.php
+++ b/plugins/jetpack/modules/shortcodes/wordads.php
@@ -5,7 +5,7 @@
* Examples:
* [wordads]
*
- * @package Jetpack
+ * @package automattic/jetpack
*/
/**
@@ -63,7 +63,7 @@ class Jetpack_WordAds_Shortcode {
*
* @return string HTML output
*/
- private static function wordads_shortcode_html( $atts, $content = '' ) {
+ private static function wordads_shortcode_html( $atts, $content = '' ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable
global $wordads;
if ( empty( $wordads ) ) {