diff --git a/src/View/Requirements_Backend.php b/src/View/Requirements_Backend.php index 70bdba384..795379ff1 100644 --- a/src/View/Requirements_Backend.php +++ b/src/View/Requirements_Backend.php @@ -82,14 +82,14 @@ class Requirements_Backend protected $customScript = array(); /** - * All custom CSS rules which are inserted directly at the bottom of the HTML tag + * All custom CSS rules which are inserted directly at the bottom of the HTML `` tag * * @var array */ protected $customCSS = array(); /** - * All custom HTML markup which is added before the closing tag, e.g. additional + * All custom HTML markup which is added before the closing `` tag, e.g. additional * metatags. * * @var array @@ -148,8 +148,8 @@ class Requirements_Backend protected $combinedFilesFolder = null; /** - * Put all JavaScript includes at the bottom of the template before the closing tag, - * rather than the default behaviour of placing them at the end of the tag. This means + * Put all JavaScript includes at the bottom of the template before the closing `` tag, + * rather than the default behaviour of placing them at the end of the `` tag. This means * script downloads won't block other HTTP requests, which can be a performance improvement. * * @var bool @@ -522,7 +522,7 @@ class Requirements_Backend /** * Register the given JavaScript code into the list of requirements * - * @param string $script The script content as a string (without enclosing