more fixes for control panel
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
3c6927ae1b
commit
7f8262104e
|
@ -22,6 +22,6 @@ $archive_comic_width = "380";
|
|||
$rss_comic_width = "180";
|
||||
|
||||
//BLOG POSTCOUNT - the number of blog entries to appear on the home page (default "5").
|
||||
$blog_postcount = "3";
|
||||
$blog_postcount = "5";
|
||||
|
||||
?>
|
|
@ -9,8 +9,6 @@ Author URI: http://webcomicplanet.com/
|
|||
|
||||
*/
|
||||
|
||||
// The Control Panel function
|
||||
|
||||
function comicpress_show_control_panel() {
|
||||
global $wpmu_version; ?>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue