File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ BLOCKS_PLUGIN=
5555
5656
5757WORDPRESS_DEBUG = 1
58- # This is used to set the WP_DEBUG contstant to toggler WordPress debugging.
59- # .env vars are imported as strings, so true/false do not work correctly.
58+ # This is used to set the WP_DEBUG constant to toggle WordPress debugging.
59+ # .env vars are imported as strings, so true/false will not work correctly.
6060# PHP does correctly coerce the integers 0 and 1 to their corresponding boolean values.
61- # PHP coerce the number 0 as a string to boolean false
62- # Leave it blank or set it to 0 to disable WP_DEBUG
61+ # PHP interprets the number 0 as a string to boolean false
62+ # Leave this value blank or set it to 0 to disable WP_DEBUG
6363# Setting this to 1, true or any other non-empty string enables WP_DEBUG
You can’t perform that action at this time.
0 commit comments