Plugin Directory

Changeset 231398

Timestamp:
04/21/2010 04:18:53 AM (14 years ago)
Author:
ShaneF
Message:

modified: inc/admin.php

  • added an example
  • fixed a extra html <label> tag
  • random <? tp <?php
  • spaces for the _e statements
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tweeted/branches/beta/inc/admin.php

    r230954 r231398  
    196196        <input type="hidden" name="tweeted[run_status]" value="on" />
    197197       
    198         <h3><? _e('Theme Settings'); ?></h3>
     198        <h3><?); ?></h3>
    199199        <table class="form-table">
    200200            <tr valign="top">
    201                 <th scope="row"><?php _e('Default Theme'); ?></label></th>
     201                <th scope="row"><?php _e(></th>
    202202                <td>
    203203                    <select name="tweeted[theme]" id="tweeted_theme" class="postform">
     
    215215            </tr>
    216216            <tr valign="top">
    217                 <th scope="row"><?php _e('Custom CSS') ?></th>
     217                <th scope="row"><?php _e() ?></th>
    218218                <td>
    219219                    <input type="checkbox" value="1"<?php checked('1', $this->get_option('default_css')); ?> id="tweeted_default_css" name="tweeted[default_css]"/> <label for="tweeted_default_css"><?php _e("Check this box if you want to use your own CSS."); ?></label>
     
    223223        <br/>
    224224       
    225         <h3><? _e('Other Settings'); ?></h3>
     225        <h3><?); ?></h3>
    226226        <table class="form-table">
    227227            <!--
    228228            <tr valign="top">
    229                 <th scope="row"><?php _e('Status') ?></th>
     229                <th scope="row"><?php _e('Status') ?></th>
    230230                <td>
    231231                <?php
     
    241241            -->
    242242            <tr valign="top">
    243                 <th scope="row"><?php _e('Support Tweeted') ?></th>
     243                <th scope="row"><?php _e() ?></th>
    244244                <td>
    245245                    <input type="checkbox" value="1"<?php checked('1', $this->get_option('show_props')); ?> id="tweeted_show_props" name="tweeted[show_props]"/> <label for="tweeted_show_props"><?php _e("We love link love, so if you want to support the folks that brought you Tweeted, please leave this checked. Thanks! .. and enjoy the plugin :)"); ?></label>
     
    247247            </tr>
    248248            <tr valign="top">
    249                 <th scope="row"><?php _e('Date Format') ?></th>
     249                <th scope="row"><?php _e() ?></th>
    250250                <td>
    251251                    <input type="text" value="<?php echo $this->get_option('date_format'); ?>" id="tweeted_date_format" name="tweeted[date_format]"/ ><br /> <label for="tweeted_date_format"><?php _e('Set this to the date and time format you want to use on the tweet output. <a href="http://codex.wordpress.org/Formatting_Date_and_Time" title="Documentation on date formatting">Documentation on date formatting.</a>'); ?></label>
     
    255255        <br/>
    256256       
     257
     258
     259
     260
     261
     262
     263
     264
     265
     266
    257267        <p class="submit">
    258268            <input type="submit" name="tweeted-submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
     
    262272       
    263273        <!--
    264         <h3><?php _e('Preview'); ?></h3>
     274        <h3><?php _e(); ?></h3>
    265275        <p><?php _e("Certain elements will not be correct because of this being in the 'admin area'. Be sure to view a post or page for an exact output."); ?></p>
    266276       
Note: See TracChangeset for help on using the changeset viewer.