work on active components
This commit is contained in:
parent
6160058777
commit
d1193abfb9
|
@ -36,6 +36,11 @@
|
|||
<input class="button-primary" type="submit" value="<?php _e('Submit Updated ComicPress Options', 'comicpress') ?>" />
|
||||
</div>
|
||||
|
||||
<h3><?php _e('Active Components', 'comicpress') ?></h3>
|
||||
<div id="comicpress-active-components-holder" class="comicpress-holder">
|
||||
|
||||
</div>
|
||||
|
||||
<?php do_action('comicpress-options-admin') ?>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
@ -320,5 +320,3 @@ class ComicPressTest extends PHPUnit_Framework_TestCase {
|
|||
$this->assertEquals($expected_result, $this->cp->get_default_image_type());
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue