We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd3daa commit a40c076Copy full SHA for a40c076
inc/Init.php
@@ -30,7 +30,7 @@ public static function get_services()
30
Api\Customizer::class,
31
Api\Gutenberg::class,
32
Api\Widgets\TextWidget::class,
33
- Plugins\AwpsJetpack::class,
+ Plugins\ThemeJetpack::class,
34
Plugins\Acf::class
35
];
36
}
inc/Plugins/AwpsJetpack.php inc/Plugins/ThemeJetpack.phpinc/Plugins/AwpsJetpack.php renamed to inc/Plugins/ThemeJetpack.php
@@ -9,7 +9,7 @@
9
10
use Jetpack;
11
12
-class AwpsJetpack
+class ThemeJetpack
13
{
14
/**
15
* register default hooks and actions for WordPress
views/content-search.php
@@ -15,7 +15,7 @@
16
<?php if ( 'post' === get_post_type() ) : ?>
17
<div class="entry-meta">
18
- <?php awps\core\tags::posted_on(); ?>
+ <?php Awps\Core\Tags::posted_on(); ?>
19
</div><!-- .entry-meta -->
20
21
<?php endif; ?>
0 commit comments