commit: 638dced93851abfe16a9591e7aa3d26ab5c758d9
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 13:15:46 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 13:15:52 2016 +0000
URL: https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=638dced9
bin/update-wordpress: also update twentyfourteen twentyfifteen twentysixteen
bin/update-wordpress | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/bin/update-wordpress b/bin/update-wordpress
index 4624d57..0fbdea4 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