diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-08-16 09:15:46 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-08-16 09:15:52 -0400 |
commit | 638dced93851abfe16a9591e7aa3d26ab5c758d9 (patch) | |
tree | 4e917e5d9c8e39e0d095a00292b658df90d77d64 /bin | |
parent | Update to twentyfourteen-1.8 twentyfifteen-1.6 twentysixteen-1.3 (diff) | |
download | blogs-gentoo-638dced93851abfe16a9591e7aa3d26ab5c758d9.tar.gz blogs-gentoo-638dced93851abfe16a9591e7aa3d26ab5c758d9.tar.bz2 blogs-gentoo-638dced93851abfe16a9591e7aa3d26ab5c758d9.zip |
bin/update-wordpress: also update twentyfourteen twentyfifteen twentysixteen
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/update-wordpress | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/update-wordpress b/bin/update-wordpress index 4624d570..0fbdea4f 100755 --- a/bin/update-wordpress +++ b/bin/update-wordpress @@ -14,11 +14,18 @@ rsync -avz --delete-after ${REPO}/plugins/ ${BASE_DIR}/htdocs/wp-content/plugins # List of themes # In order to install a new theme, add it under themes/, then put # its name in the THEMES array, and finally enable it from the admin panel +# +# We added twenty* which normally come with a worpress upgrade, but between +# upgrades, newer theme versions were released and so we had to update these +# independently. Anthony G. Basile - Aug 16, 2016. THEMES=( wp-oxygen kde-breathe kde-graffiti mantra + twentyfourteen + twentyfifteen + twentysixteen ) for THEME in ${THEMES[@]} ; do |