Opened 3 years ago
Closed 3 years ago
#2544 closed Enhancement (fixed)
Remove the eval() calls to generate the elgg_*() mb function wrappers
| Reported by: | brettp | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | Elgg 1.8.0 |
| Component: | Core | Version: | 1.7 |
| Severity: | annoying | Keywords: | |
| Cc: | brettp | Difficulty: | trivial |
Description
Yeah it was a nice DRY way to do it, but no one knows these functions exist. They can't be documented, grepped, or used in an IDE's code assist features. Make them standard functions.
Change History (2)
comment:1 Changed 3 years ago by brettp
- Milestone changed from Needs Review to Elgg 1.8
- Type changed from Defect to Enhancement
comment:2 Changed 3 years ago by brettp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

(In [svn:7126]) Fixes #2544. Pulled out the eval() for creating elgg_*() mb wrapper functions.