humanmade / mad-mimi-sign-up-forms-wordpress-plugin

Mad Mimi's official WordPress plugin
https://wordpress.org/plugins/mad-mimi-sign-up-forms/
0 stars 2 forks source link

Commented out additional help screen #8

Closed willmot closed 9 years ago

willmot commented 9 years ago

There is the following help screen available in the codebase

/*
$screen->add_help_tab( array(
    'title' => __( 'Additional Help', 'mimi' ),
    'id' => 'mimi-additionalhelp',
    'content' => __( '
        <h3>More Help</h3>
        <p>OpenTracker runs several times faster than older tracker implementations and requires less memory. (For example, it runs fine with the limited resources of many embedded systems.) Several instances of the software may be run in a cluster, with all of them synchronizing with each other. Besides the Hypertext Transfer Protocol (HTTP) opentracker may also be connected to via User Datagram Protocol (UDP), which creates less than half of the tracker traffic HTTP creates.[1] It supports IPv6, gzip compression of full scrapes, and blacklists of torrents. Because there have already been cases of people being accused of copyright violation by the fact that their IP address was listed on a BitTorrent tracker,[2] opentracker may mix in random IP address numbers for the purpose of plausible deniability.</p>
        <p>Amazing! screen provides access to the tickets (or ticket types) you have created. Each ticket is has various attributes like price and quantity. The total amount of available tickets determines the maximum capacity of the event. Please note that once the ticket has been published, editing things like price or questions can break data consistency, since attendees may have already bought the ticket with the old data. Also, once a ticket has been published, please keep it published. Do not revert to draft, pending or trash.</p>
        <p>Use the <strong>Screen Options</strong> panel to show and hide the columns that matter most.</p>', 'mimi' ),
) );
*/

We should either remove or uncomment.

willmot commented 9 years ago

Here: https://github.com/humanmade/madmimi-wp/blob/master/includes/settings.php#L125-L135

willmot commented 9 years ago

Actually this looks like copy pasta from another plugin, removed in e4bfb97