Add PHPDoc to explain behavior change (as in the migration notes)

This commit is contained in:
Molkobain
2021-07-21 17:45:27 +02:00
parent 00ee36f938
commit 61bc07b598

View File

@@ -505,6 +505,7 @@ class WebPage implements Page
*
* @uses \WebPage::$a_scripts
* @param string $s_script
* @since 3.0.0 These scripts are put at the end of the <body> tag instead of the end of the <head> tag, {@see static::add_early_script} to add script there
*/
public function add_script($s_script)
{