Changeset 324197
- Timestamp:
- 12/18/2010 09:32:35 PM (15 years ago)
- File:
-
- 1 edited
-
ad-wrap/trunk/ad-wrap.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ad-wrap/trunk/ad-wrap.php
r324187 r324197 64 64 <td> 65 65 <input id="ad_wrap_google_adsense" type="checkbox" name="ad_wrap_google_adsense" <?php echo get_option('ad_wrap_google_adsense')?'checked=checked':''; ?> /> 66 <label for="ad_wrap_google_adsense"><?php _e('Check this box to wrap text in') ?> <!-- google_ad_section_start --> <?php _e('and') ?> <!-- google_ad_section_end --></label>66 <label for="ad_wrap_google_adsense"><?php _e('Check this box to wrap text in') ?> <code><!-- google_ad_section_start --></code> <?php _e('and') ?> <code><!-- google_ad_section_end --></code></label> 67 67 </td> 68 68 </tr> … … 71 71 <td> 72 72 <input id="ad_wrap_kontera" type="checkbox" name="ad_wrap_kontera" <?php echo get_option('ad_wrap_kontera')?'checked=checked':''; ?> /> 73 <label for="ad_wrap_kontera"><?php _e('Check this box to wrap text in') ?> <div class="KonaBody"> <?php _e('and') ?> </div></label>73 <label for="ad_wrap_kontera"><?php _e('Check this box to wrap text in') ?> <code><div class="KonaBody"></code> <?php _e('and') ?> <code></div></code></label> 74 74 </td> 75 75 </tr> … … 78 78 <td> 79 79 <input id="ad_wrap_infolinks" type="checkbox" name="ad_wrap_infolinks" <?php echo get_option('ad_wrap_infolinks')?'checked=checked':''; ?> /> 80 <label for="ad_wrap_kontera"><?php _e('Check this box to wrap text in') ?> <!--INFOLINKS_ON--> <?php _e('and') ?> <!--INFOLINKS_OFF--></label>80 <label for="ad_wrap_kontera"><?php _e('Check this box to wrap text in') ?> <code><!--INFOLINKS_ON--></code> <?php _e('and') ?> <code><!--INFOLINKS_OFF--></code></label> 81 81 </td> 82 82 </tr>
Note: See TracChangeset
for help on using the changeset viewer.