comicpress-2.8/classes/ComicPressPostMediaHandling...

10 lines
166 B
PHP

<?php
class ComicPressPostMediaHandlingMetabox {
function __comicpress_init() {
$n = new ComicPressPostMediaHandlingMetabox();
}
function handle_update() {}
}