Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #22836


Ignore:
Timestamp:
12/09/2012 08:11:59 PM (12 years ago)
Author:
nacin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22836

    • Property Keywords reporter-feedback added
  • Ticket #22836 – Description

    initial v3  
    44var_dumping (starts at line 269) the post object inside function post_tags_meta_box($post, $box) (wp-admin/includes/meta-boxes.php)
    55Will show up something like the following.
     6{{{
    67object(stdClass�K�c���)[267]
    78  public 'ID' => boolean true
     
    1112  public 'post_content' => string 'Bla bla' (length=7)
    1213  public 'post_title' => string 'The best sale in the world' (length=26)
     14}}}
    1315etc ..
    1416