https://github.com/PressForward/pressforward
Raw File
Tip revision: 8c9ddf50588b397a7a2208a6eb6558d7372dcbae authored by Aram Zucker-Scharff on 07 August 2016, 18:05:48 UTC
Don't use OG->url if it doesn't exist. Default back to standard URL.
Tip revision: 8c9ddf5
tab-modules.tpl.php
<?php 
?>
	<p class="description"><?php _e( '<strong>PressForward Modules</strong> are addons to alter or improve the functionality of the plugin.', 'pf' ) ?></p>
	<hr />
		<?php
			do_action( 'pf_admin_op_page' );
		?>
back to top