Skip to content

Commit a40c076

Browse files
committed
Fixed namespaces, avoid issues with Jatpack plugin fil on namespace change from awps-cli
1 parent cfd3daa commit a40c076

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

inc/Init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static function get_services()
3030
Api\Customizer::class,
3131
Api\Gutenberg::class,
3232
Api\Widgets\TextWidget::class,
33-
Plugins\AwpsJetpack::class,
33+
Plugins\ThemeJetpack::class,
3434
Plugins\Acf::class
3535
];
3636
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
use Jetpack;
1111

12-
class AwpsJetpack
12+
class ThemeJetpack
1313
{
1414
/**
1515
* register default hooks and actions for WordPress

views/content-search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<?php if ( 'post' === get_post_type() ) : ?>
1717
<div class="entry-meta">
18-
<?php awps\core\tags::posted_on(); ?>
18+
<?php Awps\Core\Tags::posted_on(); ?>
1919
</div><!-- .entry-meta -->
2020

2121
<?php endif; ?>

0 commit comments

Comments
 (0)