Changes between Initial Version and Version 3 of Ticket #22836
- Timestamp:
- 12/09/2012 08:11:59 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22836
- Property Keywords reporter-feedback added
-
Ticket #22836 – Description
initial v3 4 4 var_dumping (starts at line 269) the post object inside function post_tags_meta_box($post, $box) (wp-admin/includes/meta-boxes.php) 5 5 Will show up something like the following. 6 {{{ 6 7 object(stdClass�K�c���)[267] 7 8 public 'ID' => boolean true … … 11 12 public 'post_content' => string 'Bla bla' (length=7) 12 13 public 'post_title' => string 'The best sale in the world' (length=26) 14 }}} 13 15 etc .. 14 16