Changeset 1486605
- Timestamp:
- 08/30/2016 05:47:15 PM (10 years ago)
- Location:
- ga-code
- Files:
-
- 2 edited
-
tags/1.0.1/ga-code.php (modified) (1 diff)
-
trunk/ga-code.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ga-code/tags/1.0.1/ga-code.php
r1477150 r1486605 164 164 <?php wp_nonce_field('update-options') ?> 165 165 <p> 166 <label for="gacode"> Google Analytics Tracking Code</label>166 <label for="gacode"><?php _e('Google Analytics Tracking Code', 'ga-code'); ?></label> 167 167 <input type="text" name="gacode" placeholder="UA-XXXXXXXX-X" value="<?php echo get_option('gacode'); ?>" /><br> 168 168 <br> -
ga-code/trunk/ga-code.php
r1477150 r1486605 164 164 <?php wp_nonce_field('update-options') ?> 165 165 <p> 166 <label for="gacode"> Google Analytics Tracking Code</label>166 <label for="gacode"><?php _e('Google Analytics Tracking Code', 'ga-code'); ?></label> 167 167 <input type="text" name="gacode" placeholder="UA-XXXXXXXX-X" value="<?php echo get_option('gacode'); ?>" /><br> 168 168 <br>
Note: See TracChangeset
for help on using the changeset viewer.