comicpress-core/index.php
2009-11-07 20:56:49 -05:00

7 lines
170 B
PHP

<?php
$current_post = retrieve_storyline_post('last', array('child_of' => array('amoc', 'dawns-dictionary-drama')));
var_dump($current_post);
finish_comicpress();
?>