Changeset 1299202
- Timestamp:
- 12/02/2015 05:48:46 PM (10 years ago)
- Location:
- simple-google-analytics-tracking/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
includes/simple-ga-tracking-input.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-google-analytics-tracking/trunk/README.txt
r1099272 r1299202 3 3 Tags: google, analytics, google analytics, simple, tracking, google analytics tracking, simple google analytics tracking, sgat, simple google analytics, simple tracking 4 4 Requires at least: 3.8 5 Tested up to: 4. 1.16 Stable tag: 1.2 5 Tested up to: 4.3.1 6 Stable tag: 1.2.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
simple-google-analytics-tracking/trunk/includes/simple-ga-tracking-input.php
r1098390 r1299202 11 11 ?> 12 12 <div class="wrap"> 13 <h2>Simple Google Analytics </h2>13 <h2>Simple Google Analytics Tracking</h2> 14 14 15 15 <form method="post" action="options.php"> … … 33 33 add_settings_section( 34 34 'sgat_main_section', // Section ID 35 'Simple Google Analytics Settings', // Section Title35 'Simple Google Analytics Tracking Settings', // Section Title 36 36 'sgat_section_text', // Section function name 37 37 'sgat_section' // Page to display section … … 47 47 48 48 $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>'; 54 53 $html .= '</fieldset>'; 54 55 55 echo $html; 56 56 }
Note: See TracChangeset
for help on using the changeset viewer.