Titles of functions returning a reference (e.g. &batch_get()) not displayed
drewish - May 15, 2008 - 01:27
| Project: | API |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
I spent a while trying to find the D6 function batch_get()... turns out it lives in includes/form.inc but the & before the name to return a reference screws up the function name matching regex.

#1
This is a duplicate of #251536: Support functions returning references.