Gentoo Archives: gentoo-commits

From: Yury German <blueknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/blogs-gentoo:master commit in: bin/
Date: Wed, 22 May 2019 05:24:09
Message-Id: 1558502605.a027f409c8c35f1ffb75100ad8729085745a011f.blueknight@gentoo
1 commit: a027f409c8c35f1ffb75100ad8729085745a011f
2 Author: Yury German <blueknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 22 05:23:25 2019 +0000
4 Commit: Yury German <blueknight <AT> gentoo <DOT> org>
5 CommitDate: Wed May 22 05:23:25 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=a027f409
7
8 Updating script for Update
9
10 Add new theme twentynineteen
11
12 Signed-off-by: Yury German <blueknight <AT> gentoo.org>
13
14 bin/update-wordpress | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/bin/update-wordpress b/bin/update-wordpress
18 index 0fbdea4f..8da5cc8a 100755
19 --- a/bin/update-wordpress
20 +++ b/bin/update-wordpress
21 @@ -26,6 +26,7 @@ THEMES=(
22 twentyfourteen
23 twentyfifteen
24 twentysixteen
25 + twentynineteen
26 )
27
28 for THEME in ${THEMES[@]} ; do