Plugin Directory

Changeset 1299202


Ignore:
Timestamp:
12/02/2015 05:48:46 PM (10 years ago)
Author:
dustyn
Message:

Update headers on settings page to match plugin name

Location:
simple-google-analytics-tracking/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simple-google-analytics-tracking/trunk/README.txt

    r1099272 r1299202  
    33Tags: google, analytics, google analytics, simple, tracking, google analytics tracking, simple google analytics tracking, sgat, simple google analytics, simple tracking
    44Requires at least: 3.8
    5 Tested up to: 4.1.1
    6 Stable tag: 1.2
     5Tested up to: 4.3.1
     6Stable tag: 1.2.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • simple-google-analytics-tracking/trunk/includes/simple-ga-tracking-input.php

    r1098390 r1299202  
    1111    ?>
    1212    <div class="wrap">
    13         <h2>Simple Google Analytics</h2>
     13        <h2>Simple Google Analytics Tracking</h2>
    1414       
    1515        <form method="post" action="options.php">
     
    3333    add_settings_section(
    3434        'sgat_main_section', // Section ID
    35         'Simple Google Analytics Settings', // Section Title
     35        'Simple Google Analytics Tracking Settings', // Section Title
    3636        'sgat_section_text', // Section function name
    3737        'sgat_section' // Page to display section
     
    4747   
    4848    $html .= '<fieldset>';
    49     $html .= '<p>';
    50     $html .= '<b>Tracking ID:</b> ';
    51     $html .= '<input type="text" id="sgat_tracking_code_input" name="sgat_tracking_code" value="' . esc_attr( get_option('sgat_tracking_code') ) . '" />';
    52     $html .= '</p>';
    53 
     49        $html .= '<p>';
     50            $html .= '<b>Tracking ID:</b> ';
     51            $html .= '<input type="text" id="sgat_tracking_code_input" name="sgat_tracking_code" value="' . esc_attr( get_option('sgat_tracking_code') ) . '" />';
     52        $html .= '</p>';
    5453    $html .= '</fieldset>';
     54   
    5555    echo $html;
    5656}
Note: See TracChangeset for help on using the changeset viewer.