Skip to content
Snippets Groups Projects
Commit 8f886333 authored by Demian Katz's avatar Demian Katz
Browse files

Updated comments.

parent 7229a8da
No related merge requests found
...@@ -47,7 +47,7 @@ class ResourceContainer ...@@ -47,7 +47,7 @@ class ResourceContainer
* Add a CSS file. * Add a CSS file.
* *
* @param array|string $css CSS file (or array of CSS files) to add (possibly * @param array|string $css CSS file (or array of CSS files) to add (possibly
* with extra settings from theme.ini appended to each filename string). * with extra settings from theme config appended to each filename string).
* *
* @return void * @return void
*/ */
...@@ -65,7 +65,7 @@ class ResourceContainer ...@@ -65,7 +65,7 @@ class ResourceContainer
* Add a Javascript file. * Add a Javascript file.
* *
* @param array|string $js Javascript file (or array of files) to add (possibly * @param array|string $js Javascript file (or array of files) to add (possibly
* with extra settings from theme.ini appended to each filename string). * with extra settings from theme config appended to each filename string).
* *
* @return void * @return void
*/ */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment