Ejemplo n.º 1
0
        
        <div id="tabs-8">
            <table class="form-table">
                <!--
                <tr valign="top"><?php 
hefo_field_textarea('init', __('PHP code to be executed on plugin init', 'header-footer'), '', 'rows="10"');
?>
</tr>
                -->
                <tr valign="top">
                  <th scope="row">
                    Sticky plugin
                  </th>
                  <?php 
hefo_field_checkbox_only('sticky_enabled', __('Enable - experimental do not use until documented', 'header-footer'));
?>
                </tr>
                <tr valign="top">
                    <?php 
hefo_field_textarea('mobile_user_agents', __('Mobile user agent strings', 'header-footer'), 'For coders: a regular expression is built with those values and the resulting code will be<br>' . '<code>preg_match(\'/' . $options['mobile_user_agents_parsed'] . '/\', ...);</code><br>' . '<a href="http://www.satollo.net/plugins/header-footer" target="_blank">Read this page</a> for more.', 'rows="10"');
?>
                
                </tr>
            </table>
        </div>
        

        <div id="tabs-7">
        <table class="form-table">
            <tr valign="top"><?php 
Ejemplo n.º 2
0
                        <tr valign="top">
                            <th scope="row">WLW Manifest</th>
                            <?php 
hefo_field_checkbox_only('disable_wlwmanifest_link', __('Disable the Windows Live Writer manifest', 'header-footer'));
?>
                        </tr>
                        <tr valign="top">
                            <th scope="row">RSD link</th>
                            <?php 
hefo_field_checkbox_only('disable_rsd_link', __('Disable RSD link', 'header-footer'));
?>
                        </tr>
                        <tr valign="top">
                            <th scope="row">Adjacent post links</th>
                            <?php 
hefo_field_checkbox_only('disable_adjacent_posts_rel_link_wp_head', __('Disable adjacent post links', 'header-footer'));
?>
                        </tr>
                    </table>
                    <div class="clearfix"></div>
                </div>


                <div id="tabs-7">
                    <table class="form-table">
                        <tr valign="top"><?php 
hefo_field_textarea('notes', __('Notes and parked codes', 'header-footer'), '', 'rows="10"');
?>
</tr>
                    </table>
                    <div class="clearfix"></div>