Plugin Directory

Changeset 201117

Timestamp:
02/02/2010 04:19:44 PM (15 years ago)
Author:
ShaneF
Message:

move events into own area. still need to populate the events that Woopra WordPress will track by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • woopra/trunk/inc/admin.php

    r201072 r201117  
    511511        </tr>
    512512        <tr valign="top">
    513             <th scope="row"><?php _e('Event Tracking', 'woopra') ?></th>
    514             <td>
    515                 <input type="checkbox" value="1"<?php checked('1', $this->get_option('track_events')); ?> id="track_events" name="woopra[track_events]"/> <label for="track_events"><?php _e("Enable WordPress Tracking.", 'woopra'); ?></label><br /><?php _e("More options are below to enable/disable certain events from being tracked for both the frontend and the admin area.", 'woopra'); ?>
    516             </td>
    517         </tr>
    518         <tr valign="top">
    519513            <th scope="row"><?php _e('Ignore Administrator', 'woopra') ?></th>
    520514            <td>
     
    526520            <td>
    527521                <input type="checkbox" value="1"<?php checked('1', $this->get_option('use_subdomain')); ?> id="use_subdomain" name="woopra[use_subdomain]"/> <label for="use_subdomain"><?php _e("Track Sub Domains"); ?></label><br /><small><?php printf( __('Enabled this if you want to track subdomains. Note: You must have an account that allows subdomain tracking. Please refer to the <a href="%s">account information</a> page for more information.', 'woopra'), 'https://www.woopra.com/members/'); ?></small>
     522
     523
     524
     525
     526
     527
     528
     529
     530
     531
     532
    528533            </td>
    529534        </tr>
Note: See TracChangeset for help on using the changeset viewer.