Fix some doc comments
This commit is contained in:
parent
ff489f8540
commit
d50c959c8c
@ -592,7 +592,7 @@ require_once __DIR__ . '/includes/functions/_content_helpers.php';
|
||||
require_once __DIR__ . '/includes/functions/_query_helpers.php';
|
||||
|
||||
/**
|
||||
* Add content helper functions.
|
||||
* Add role functions.
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/includes/functions/_roles.php';
|
||||
|
@ -5,9 +5,9 @@
|
||||
/**
|
||||
* Benchmark AJAX request response times
|
||||
*
|
||||
* Default: benchmarkAjax(20, {'action': '...'});
|
||||
* Default: fcn_benchmarkAjax(20, {'action': '...'});
|
||||
*
|
||||
* Fast: benchmarkAjax(20, {'fcn_fast_ajax': 1, 'action': '...'});
|
||||
* Fast: fcn_benchmarkAjax(20, {'fcn_fast_ajax': 1, 'action': '...'});
|
||||
*
|
||||
* @param {number} n - The number of times the AJAX request should be made.
|
||||
* @param {Object} data - The payload for the AJAX request.
|
||||
|
Loading…
x
Reference in New Issue
Block a user