comicpress-manager-1.4/actions/comicpress_skip-first-run.php

11 lines
268 B
PHP
Raw Normal View History

2009-06-13 12:07:36 +00:00
<?php
function cpm_action_skip_first_run() {
global $cpm_config;
$cpm_config->messages[] = __("<strong>No directories were created.</strong> You'll need to create directories on your own.", 'comicpress-manager');
cpm_read_information_and_check_config();
}
?>