mirror of
https://github.com/szepeviktor/wordpress-website-lifecycle.git
synced 2025-08-17 18:11:08 +08:00
Update theme-unity
This commit is contained in:
parent
c6fb99fa77
commit
129ee8f5e6
1 changed files with 3 additions and 4 deletions
|
@ -9,11 +9,10 @@ $unity_theme_update = <<<'EOF'
|
|||
|
||||
CURRENT="$(dirname "$0")/external-plugin-update.log"
|
||||
|
||||
# From wp-content/themes/unity/inc/frontend.php
|
||||
# From wp-content/themes/unity/inc/tgm-plugins.php
|
||||
EXTERNAL_PLUGINS=(
|
||||
"http://www.wpopal.com/thememods/appthemer-crowdfunding.zip"
|
||||
"http://www.wpopal.com/thememods/js_composer.zip"
|
||||
"http://www.wpopal.com/thememods/revslider.zip"
|
||||
"http://source.wpopal.com/plugins/new/js_composer.zip"
|
||||
"http://source.wpopal.com/plugins/new/revslider.zip"
|
||||
)
|
||||
|
||||
for PLUGIN in "${EXTERNAL_PLUGINS[@]}"; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue