Plugin Directory

Changeset 324197


Ignore:
Timestamp:
12/18/2010 09:32:35 PM (15 years ago)
Author:
midrangeman
Message:

highlighted the context marking code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ad-wrap/trunk/ad-wrap.php

    r324187 r324197  
    6464        <td>
    6565        <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') ?> &lt!-- google_ad_section_start --&gt; <?php _e('and') ?> &lt;!-- google_ad_section_end --&gt;</label>
     66                <label for="ad_wrap_google_adsense"><?php _e('Check this box to wrap text in') ?> <code>&lt!-- google_ad_section_start --&gt;</code> <?php _e('and') ?> <code>&lt;!-- google_ad_section_end --&gt;</code></label>
    6767        </td>
    6868 </tr>
     
    7171        <td>
    7272        <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') ?> &lt;div class="KonaBody"&gt; <?php _e('and') ?> &lt;/div&gt;</label>
     73                <label for="ad_wrap_kontera"><?php _e('Check this box to wrap text in') ?> <code>&lt;div class="KonaBody"&gt;</code> <?php _e('and') ?> <code>&lt;/div&gt;</code></label>
    7474        </td>
    7575 </tr>
     
    7878        <td>
    7979        <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') ?> &lt;!--INFOLINKS_ON--&gt; <?php _e('and') ?> &lt;!--INFOLINKS_OFF--&gt;</label>
     80                <label for="ad_wrap_kontera"><?php _e('Check this box to wrap text in') ?> <code>&lt;!--INFOLINKS_ON--&gt;</code> <?php _e('and') ?> <code>&lt;!--INFOLINKS_OFF--&gt;</code></label>
    8181        </td>
    8282 </tr>
Note: See TracChangeset for help on using the changeset viewer.