Skip to content

Commit 61a7b2a

Browse files
committed
Language support is not needed in the buildpack. Install wanted language into wp-content/ and set it in wp-config.php. The core is the same for all languages.
Conflicts: bin/compile
1 parent 423d2e2 commit 61a7b2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/compile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ fi
4646
NGINX_URL="https://s3.amazonaws.com/${S3_BUCKET}/nginx-${NGINX_VERSION}-heroku.tar.gz"
4747
PHP_URL="https://s3.amazonaws.com/${S3_BUCKET}/php-${PHP_VERSION}-with-fpm-heroku.tar.gz"
4848
WORDPRESS_URL="http://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"
49-
#
5049

5150
function indent() {
5251
c='s/^/ /'

0 commit comments

Comments
 (0)