comicpress-core/index.php

7 lines
170 B
PHP
Raw Normal View History

<?php
2009-11-08 01:56:49 +00:00
$current_post = retrieve_storyline_post('last', array('child_of' => array('amoc', 'dawns-dictionary-drama')));
2009-06-13 11:58:02 +00:00
2009-11-08 01:56:49 +00:00
var_dump($current_post);
finish_comicpress();
2009-07-20 01:29:43 +00:00
?>