Merge pull request #4234 from michalkleiner/patch-2

DOCS Fixed code example for Requirements::set_write_js_to_body call
This commit is contained in:
Damian Mooyman 2015-05-28 16:06:58 +12:00
commit e8d652b1aa

View File

@ -186,7 +186,7 @@ If the Javascript files are preferred to be placed in the `<head>` tag rather th
`Requirements.write_js_to_body` should be set to false.
:::php
Requirements::set_force_js_to_bottom(true);
Requirements::set_write_js_to_body(false);
## API Documentation