generated from DiscipleTools/disciple-tools-plugin-starter-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from kodinkat/initial-shape-setup
Initial D.T Media Plugin Shape
- Loading branch information
Showing
4,509 changed files
with
337,234 additions
and
455 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
vendor/* | ||
composer.lock | ||
.idea | ||
.phpunit.result.cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
find ./ -type f -print0 | xargs -0 perl -pi -e 's/Disciple_Tools_Plugin_Starter_Template/Disciple_Tools_Plugin_Starter_Template/g'; | ||
find ./ -type f -print0 | xargs -0 perl -pi -e 's/disciple_tools_plugin_starter_template/disciple_tools_plugin_starter_template/g'; | ||
find ./ -type f -print0 | xargs -0 perl -pi -e 's/disciple-tools-plugin-starter-template/disciple-tools-plugin-starter-template/g'; | ||
find ./ -type f -print0 | xargs -0 perl -pi -e 's/starter_post_type/starter_post_type/g'; | ||
find ./ -type f -print0 | xargs -0 perl -pi -e 's/Plugin Starter Template/Plugin Starter Template/g'; | ||
mv disciple-tools-plugin-starter-template.php disciple-tools-plugin-starter-template.php | ||
rm .rename.sh | ||
find ./ -type f -print0 | xargs -0 perl -pi -e 's/Disciple_Tools_Media/Disciple_Tools_Media/g'; | ||
find ./ -type f -print0 | xargs -0 perl -pi -e 's/disciple_tools_media/disciple_tools_media/g'; | ||
find ./ -type f -print0 | xargs -0 perl -pi -e 's/disciple-tools-media/disciple-tools-media/g'; | ||
find ./ -type f -print0 | xargs -0 perl -pi -e 's/media/media/g'; | ||
find ./ -type f -print0 | xargs -0 perl -pi -e 's/Media/Media/g'; | ||
mv disciple-tools-plugin-starter-template.php disciple-tools-media.php | ||
# rm .rename.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Disciple.Tools - Plugin Starter Template | ||
Disciple.Tools - Media | ||
|
||
Copyright (C) 2018 by various contributors | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.