?>
</div>
	<div class="wp-badge cfp-page-logo"><?php 
printf(__('Version %s', 'cfp'), CFP_VERSION);
?>
</div>
	<p class="cfp-page-actions">
		<a href="<?php 
menu_page_url('cfp-options');
?>
" class="button button-primary"><?php 
_e('Plugin options', 'cfp');
?>
</a>
		<a href="<?php 
echo cfp_plugin_url('documentation/wordpress-featured-post/');
?>
" target="_blank"><?php 
_e('Docs & Tuts', 'cfp');
?>
</a>
	</p>
	
	<div class="changelog under-the-hood feature-list">
		<h3><?php 
_e('Features');
?>
</h3>
	
        <div class="feature-section col two-col">
        	<div>
<div class="wrap">
    <h1><?php 
_e('CodeFlavors Featured Post', 'cfp');
?>
</h1>
    
    <p>
        <?php 
_e('Below you can find a brief description of the shortcode implemented by the plugin.', 'cfp');
?>
<br />
        <?php 
printf(__('For more information about this plugin, please see the %sdocumentation%s.', 'cfp'), '<a href="' . cfp_plugin_url('documentation/wordpress-featured-post/') . '">', '</a>');
?>
    </p>
      
    <?php 
$shortcodes = cfp_get_shortcodes();
foreach ($shortcodes as $shortcode => $data) {
    ?>
    
    <h2>[<?php 
    echo $shortcode;
    ?>
]</h2>
    
    <ol>
        <?php 
    foreach ($data['atts'] as $attr => $details) {
        ?>
        <li>