1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00

PHPDoc fix

This commit is contained in:
Cameron
2018-09-03 15:22:04 -07:00
parent 7daded6ac5
commit c360ba2476

View File

@@ -2083,7 +2083,7 @@ class e107
/** /**
* JS Common Public Function. Prefered is shortcode script path * JS Common Public Function. Prefered is shortcode script path
* @param string $type core|theme|footer|inline|footer-inline|url or any existing plugin_name * @param string $type core|theme|footer|inline|footer-inline|url or any existing plugin_name
* @param string $data depends on the type - path/url or inline js source * @param string|array $data depends on the type - path/url or inline js source
* @param integer $zone [optional] leave it null for default zone * @param integer $zone [optional] leave it null for default zone
* @param string $dep dependence : null | prototype | jquery * @param string $dep dependence : null | prototype | jquery
*/ */