Opened 16 years ago
Closed 16 years ago
#11679 closed enhancement (fixed)
Mark 2nd param of load_plugin_textdomain() as deprecated
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | normal | Version: | 3.0 |
| Component: | General | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
Mark 2nd param of load_plugin_textdomain() as deprecated.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
We normally check for empty() but since the function is very particular about checking for
$abs_rel_path !== false, I patched it on !== false.Commit candidate.