Changeset 3872:39861f53bcc0 for admin
- Timestamp:
- 09/12/18 14:45:17 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/help.php
r3731 r3872 12 12 dcPage::check('usage,contentadmin'); 13 13 14 $helpPage = function ( ) {14 $helpPage = function (...$args) { 15 15 $ret = array('content' => '', 'title' => ''); 16 16 17 $args = func_get_args();18 17 if (empty($args)) { 19 18 return $ret;
Note: See TracChangeset
for help on using the changeset viewer.