Skip to content

Commit e346234

Browse files
committed
chore: replace package name
1 parent bcd936e commit e346234

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
/**
33
* Silence is golden.
44
*
5-
* @package church-fse
5+
* @package eduacademy
66
*/

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"name": "church-fse",
2+
"name": "eduacademy",
33
"version": "1.0.3",
44
"description": "A lightweight theme for the full site editing WordPress experience.",
55
"author": "Themeisle <friends@themeisle.com>",
66
"license": "GPL-2.0-or-later",
77
"keywords": [
88
"wordpress-theme"
99
],
10-
"homepage": "https://github.com/Codeinwp/church-fse",
10+
"homepage": "https://github.com/Codeinwp/eduacademy",
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/Codeinwp/church-fse"
13+
"url": "https://github.com/Codeinwp/eduacademy"
1414
},
1515
"theme": {
16-
"textdomain": "church-fse"
16+
"textdomain": "eduacademy"
1717
},
1818
"bugs": {
19-
"url": "https://github.com/Codeinwp/church-fse/issues"
19+
"url": "https://github.com/Codeinwp/eduacademy/issues"
2020
},
2121
"pot": {
22-
"reportmsgidbugsto": "https://github.com/Codeinwp/church-fse/issues",
22+
"reportmsgidbugsto": "https://github.com/Codeinwp/eduacademy/issues",
2323
"languageteam": "Themeisle Translate <friends@themeisle.com>",
2424
"lasttranslator": "Themeisle Translate Team <friends@themeisle.com>"
2525
},

templates/front-page.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
<!-- wp:template-part {"slug":"header","theme":"church-fse","tagName":"header"} /-->
1+
<!-- wp:template-part {"slug":"header","theme":"eduacademy","tagName":"header"} /-->
22

33
<!-- wp:group {"tagName":"main","style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"0","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"default"}} -->
44
<main class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
5-
<!-- wp:pattern {"slug":"church-fse/layout/cta-2"} /-->
6-
<!-- wp:pattern {"slug":"church-fse/layout/features-1"} /-->
7-
<!-- wp:pattern {"slug":"church-fse/layout/content-2"} /-->
8-
<!-- wp:pattern {"slug":"church-fse/layout/content-1"} /-->
9-
<!-- wp:pattern {"slug":"church-fse/layout/ministries-1"} /-->
10-
<!-- wp:pattern {"slug":"church-fse/layout/verse"} /-->
11-
<!-- wp:pattern {"slug":"church-fse/layout/cta-3"} /-->
5+
<!-- wp:pattern {"slug":"eduacademy/layout/cta-2"} /-->
6+
<!-- wp:pattern {"slug":"eduacademy/layout/features-1"} /-->
7+
<!-- wp:pattern {"slug":"eduacademy/layout/content-2"} /-->
8+
<!-- wp:pattern {"slug":"eduacademy/layout/content-1"} /-->
9+
<!-- wp:pattern {"slug":"eduacademy/layout/ministries-1"} /-->
10+
<!-- wp:pattern {"slug":"eduacademy/layout/verse"} /-->
11+
<!-- wp:pattern {"slug":"eduacademy/layout/cta-3"} /-->
1212
</main>
1313
<!-- /wp:group -->
1414

15-
<!-- wp:template-part {"slug":"footer","theme":"church-fse","tagName":"footer"} /-->
15+
<!-- wp:template-part {"slug":"footer","theme":"eduacademy","tagName":"footer"} /-->

0 commit comments

Comments
 (0)