diff options
author | Yury German <blueknight@gentoo.org> | 2019-05-22 01:23:25 -0400 |
---|---|---|
committer | Yury German <blueknight@gentoo.org> | 2019-05-22 01:23:25 -0400 |
commit | a027f409c8c35f1ffb75100ad8729085745a011f (patch) | |
tree | 85f34f02f57a195a1dac1c6a38bd95d9a2978b76 /bin/update-wordpress | |
parent | Updating Theme twentysixteen (diff) | |
download | blogs-gentoo-a027f409c8c35f1ffb75100ad8729085745a011f.tar.gz blogs-gentoo-a027f409c8c35f1ffb75100ad8729085745a011f.tar.bz2 blogs-gentoo-a027f409c8c35f1ffb75100ad8729085745a011f.zip |
Updating script for Update
Add new theme twentynineteen
Signed-off-by: Yury German <blueknight@gentoo.org>
Diffstat (limited to 'bin/update-wordpress')
-rwxr-xr-x | bin/update-wordpress | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/update-wordpress b/bin/update-wordpress index 0fbdea4f..8da5cc8a 100755 --- a/bin/update-wordpress +++ b/bin/update-wordpress @@ -26,6 +26,7 @@ THEMES=( twentyfourteen twentyfifteen twentysixteen + twentynineteen ) for THEME in ${THEMES[@]} ; do |