Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #20793, comment 5


Ignore:
Timestamp:
08/26/2013 06:49:40 PM (13 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20793, comment 5

    initial v1  
    11[attachment:20793.5.diff] uses `wp_parse_args()` to make sure `$meta` is always an array, and `$meta['public']` is always set.
    22
    3 In [https://irclogs.wordpress.org/chanlog.php?channel=wordpress-dev&day=2013-08-26&sort=asc#m674527 IRC discussion], nacin also suggested that the default value for `$meta` should also be an array. Created #25149 for that.
     3In [https://irclogs.wordpress.org/chanlog.php?channel=wordpress-dev&day=2013-08-26&sort=asc#m674527 IRC discussion], nacin suggested that the default value for `$meta` should also be an array. Created #25149 for that.