#19882 closed enhancement (fixed)
Make $key parameter optional in get_post_meta()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | minor | Version: | |
Component: | General | Keywords: | has-patch commit |
Focuses: | 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)
Note: See
TracTickets for help on using
tickets.
Related: #19708