https://github.com/PressForward/pressforward
Raw File
Tip revision: 08bce500e02a453f6ac94c0e255e7d7b76c87e29 authored by Aram Zucker-Scharff on 19 June 2016, 23:35:02 UTC
Assure an empty query for folders with nothing in it.
Tip revision: 08bce50
tab-alerts.tpl.php
<?php

?>

	<?php
		if ( current_user_can('edit_posts') ) : ?>
	        <div class="alert-box postbox">
	            <div class="handlediv" title="Click to toggle"><br></div>
	            <h3 class="hndle"><span>Feed Problems</span></h3>
	            <div class="inside">
					<?php
	                    pressforward('admin.menu')->pf_alert_displayer();
	                ?>
	            </div>
	        </div>
	<?php
		endif;
	?>
	<form method="post" action="options.php" enctype="multipart/form-data">
	<?php
	   	//settings_fields(PF_SLUG . '_feeder_options');
	    //$options = get_option(PF_SLUG . '_plugin_feeder_options');
		settings_fields( PF_SLUG . '_feedlist_group' );
		//do_action( 'feeder_menu' );
	?>
	</form>
back to top