Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Commit

Permalink
Remove 2017. Closes #335.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradp authored Mar 17, 2017
1 parent 97a12b8 commit 0534931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vv
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ PHP"

maybe_remove_defaults=""
if [[ "$remove_defaults" = "y" ]]; then
maybe_remove_defaults="wp theme delete twentythirteen --allow-root; wp theme delete twentyfourteen --allow-root; wp theme delete twentyfifteen --allow-root; wp theme delete twentysixteen --allow-root; wp plugin delete hello --allow-root; wp plugin delete akismet --allow-root; git checkout HEAD ."
maybe_remove_defaults="wp theme delete twentythirteen --allow-root; wp theme delete twentyfourteen --allow-root; wp theme delete twentyfifteen --allow-root; wp theme delete twentysixteen --allow-root; wp theme delete twentyseventeen --allow-root wp plugin delete hello --allow-root; wp plugin delete akismet --allow-root; git checkout HEAD ."
fi

maybe_download_search_and_replace=""
Expand Down

0 comments on commit 0534931

Please sign in to comment.