We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0853958 commit f8da6daCopy full SHA for f8da6da
bin/release.sh
@@ -18,8 +18,8 @@ for i in $(find vendor/ -type l); do \cp -f --remove-destination $(realpath $i)
18
wget -O /tmp/wp https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
19
chmod +x /tmp/wp
20
21
-# Update the POT language file.
22
-/tmp/wp i18n make-pot . languages/w3-total-cache.pot
+# Update the POT language file. Set "xdebug.max_nesting_level=512" to avoid errors.
+php -d xdebug.max_nesting_level=512 /tmp/wp i18n make-pot . languages/w3-total-cache.pot
23
24
# Create a tag in the Wordpress.org SVN repo when after your build succeeds via Travis.
25
# @link https://github.com/BoldGrid/wordpress-tag-sync
0 commit comments