| 1 | | Ah, I see now. That's what happens if you pull it with an ID. I |
| 2 | | |
| 3 | | |
| 4 | | {{{ |
| 5 | | stdClass::__set_state( |
| 6 | | array( |
| 7 | | 'link_id' => 10, |
| 8 | | 'link_url' => 'https://github.com/andrewheins', |
| 9 | | 'link_name' => 'Github', |
| 10 | | 'link_image' => '', |
| 11 | | 'link_target' => '_blank', |
| 12 | | 'link_description' => '', |
| 13 | | 'link_visible' => 'Y', |
| 14 | | 'link_owner' => '1', |
| 15 | | 'link_rating' => 0, |
| 16 | | 'link_updated' => '0000-00-00 00:00:00', |
| 17 | | 'link_rel' => '', |
| 18 | | 'link_notes' => '', |
| 19 | | 'link_rss' => '', |
| 20 | | 'object_id' => '10', |
| 21 | | 'term_taxonomy_id' => '10', |
| 22 | | 'term_order' => '0', |
| 23 | | 'term_id' => '10', |
| 24 | | 'taxonomy' => 'link_category', |
| 25 | | 'description' => '', |
| 26 | | 'parent' => '0', |
| 27 | | 'count' => '3', |
| 28 | | ) |
| 29 | | ) |
| 30 | | }}} |
| | 1 | Ah, I see now. That's what happens if you pull it with an ID. |