| 6 form.inc | &batch_get() |
| 7 form.inc | &batch_get() |
| 8 form.inc | &batch_get() |
Retrieves the current batch.
Related topics
12 calls to batch_get()
File
- includes/
form.inc, line 2563
Code
function &batch_get() {
static $batch = array();
return $batch;
}
Login or register to post comments