#19882 closed enhancement (fixed)
Make $key parameter optional in get_post_meta()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | General | Version: | |
| Severity: | minor | Keywords: | has-patch commit |
| Cc: |
Description
get_post_meta() is a trivial wrapper around get_metadata()
In get_metadata(), the $key parameter is optional, but in get_post_meta() it's not.
This should be fixed.
Attachments (2)
Change History (7)
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
In [19908]:
Note: See
TracTickets for help on using
tickets.

Related: #19708