Make WordPress Core

Ticket #5939: remove_colons.diff

File remove_colons.diff, 14.1 KB (added by filosofo, 18 years ago)
  • wp-admin/users.php

     
    146146                <li><label><input type="radio" id="delete_option0" name="delete_option" value="delete" checked="checked" />
    147147                <?php _e('Delete all posts and links.'); ?></label></li>
    148148                <li><input type="radio" id="delete_option1" name="delete_option" value="reassign" />
    149                 <?php echo '<label for="delete_option1">'.__('Attribute all posts and links to:')."</label> $user_dropdown"; ?></li>
     149                <?php echo '<label for="delete_option1">'.__('Attribute all posts and links to')."</label> $user_dropdown"; ?></li>
    150150        </ul>
    151151        <input type="hidden" name="action" value="dodelete" />
    152152        <p class="submit"><input type="submit" name="submit" value="<?php _e('Confirm Deletion'); ?>" class="button" /></p>
  • wp-admin/includes/template.php

     
    939939<form enctype="multipart/form-data" id="import-upload-form" method="post" action="<?php echo attribute_escape($action) ?>">
    940940<p>
    941941<?php wp_nonce_field('import-upload'); ?>
    942 <label for="upload"><?php _e( 'Choose a file from your computer:' ); ?></label> (<?php printf( __('Maximum size: %s' ), $size ); ?>)
     942<label for="upload"><?php _e( 'Choose a file from your computer' ); ?></label> (<?php printf( __('Maximum size: %s' ), $size ); ?>)
    943943<input type="file" id="upload" name="import" size="25" />
    944944<input type="hidden" name="action" value="save" />
    945945<input type="hidden" name="max_file_size" value="<?php echo $bytes; ?>" />
  • wp-admin/custom-header.php

     
    179179<p><?php printf(__('Images of exactly <strong>%1$d x %2$d pixels</strong> will be used as-is.'), HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT); ?></p>
    180180
    181181<form enctype="multipart/form-data" id="uploadForm" method="POST" action="<?php echo attribute_escape(add_query_arg('step', 2)) ?>" style="margin: auto; width: 50%;">
    182 <label for="upload"><?php _e('Choose an image from your computer:'); ?></label><br /><input type="file" id="upload" name="import" />
     182<label for="upload"><?php _e('Choose an image from your computer'); ?></label><br /><input type="file" id="upload" name="import" />
    183183<input type="hidden" name="action" value="save" />
    184184<?php wp_nonce_field('custom-header') ?>
    185185<p class="submit">
  • wp-admin/import/dotclear.php

     
    641641        function db_form()
    642642        {
    643643                echo '<table class="editform">';
    644                 printf('<tr><th><label for="dbuser">%s</label></th><td><input type="text" name="dbuser" id="dbuser" /></td></tr>', __('DotClear Database User:'));
    645                 printf('<tr><th><label for="dbpass">%s</label></th><td><input type="password" name="dbpass" id="dbpass" /></td></tr>', __('DotClear Database Password:'));
    646                 printf('<tr><th><label for="dbname">%s</label></th><td><input type="text" name="dbname" id="dbname" /></td></tr>', __('DotClear Database Name:'));
    647                 printf('<tr><th><label for="dbhost">%s</label></th><td><input type="text" name="dbhost" nameid="dbhost" value="localhost" /></td></tr>', __('DotClear Database Host:'));
    648                 printf('<tr><th><label for="dbprefix">%s</label></th><td><input type="text" name="dbprefix" id="dbprefix" value="dc_"/></td></tr>', __('DotClear Table prefix:'));
    649                 printf('<tr><th><label for="dccharset">%s</label></th><td><input type="text" name="dccharset" id="dccharset" value="ISO-8859-15"/></td></tr>', __('Originating character set:'));
     644                printf('<tr><th><label for="dbuser">%s</label></th><td><input type="text" name="dbuser" id="dbuser" /></td></tr>', __('DotClear Database User'));
     645                printf('<tr><th><label for="dbpass">%s</label></th><td><input type="password" name="dbpass" id="dbpass" /></td></tr>', __('DotClear Database Password'));
     646                printf('<tr><th><label for="dbname">%s</label></th><td><input type="text" name="dbname" id="dbname" /></td></tr>', __('DotClear Database Name'));
     647                printf('<tr><th><label for="dbhost">%s</label></th><td><input type="text" name="dbhost" nameid="dbhost" value="localhost" /></td></tr>', __('DotClear Database Host'));
     648                printf('<tr><th><label for="dbprefix">%s</label></th><td><input type="text" name="dbprefix" id="dbprefix" value="dc_"/></td></tr>', __('DotClear Table prefix'));
     649                printf('<tr><th><label for="dccharset">%s</label></th><td><input type="text" name="dccharset" id="dccharset" value="ISO-8859-15"/></td></tr>', __('Originating character set'));
    650650                echo '</table>';
    651651        }
    652652
  • wp-admin/import/textpattern.php

     
    576576        function db_form()
    577577        {
    578578                echo '<table class="editform">';
    579                 printf('<tr><th scope="row"><label for="dbuser">%s</label></th><td><input type="text" name="dbuser" id="dbuser" /></td></tr>', __('Textpattern Database User:'));
    580                 printf('<tr><th scope="row"><label for="dbpass">%s</label></th><td><input type="password" name="dbpass" id="dbpass" /></td></tr>', __('Textpattern Database Password:'));
    581                 printf('<tr><th scope="row"><label for="dbname">%s</label></th><td><input type="text" id="dbname" name="dbname" /></td></tr>', __('Textpattern Database Name:'));
    582                 printf('<tr><th scope="row"><label for="dbhost">%s</label></th><td><input type="text" id="dbhost" name="dbhost" value="localhost" /></td></tr>', __('Textpattern Database Host:'));
    583                 printf('<tr><th scope="row"><label for="dbprefix">%s</label></th><td><input type="text" name="dbprefix" id="dbprefix"  /></td></tr>', __('Textpattern Table prefix (if any):'));
     579                printf('<tr><th scope="row"><label for="dbuser">%s</label></th><td><input type="text" name="dbuser" id="dbuser" /></td></tr>', __('Textpattern Database User'));
     580                printf('<tr><th scope="row"><label for="dbpass">%s</label></th><td><input type="password" name="dbpass" id="dbpass" /></td></tr>', __('Textpattern Database Password'));
     581                printf('<tr><th scope="row"><label for="dbname">%s</label></th><td><input type="text" id="dbname" name="dbname" /></td></tr>', __('Textpattern Database Name'));
     582                printf('<tr><th scope="row"><label for="dbhost">%s</label></th><td><input type="text" id="dbhost" name="dbhost" value="localhost" /></td></tr>', __('Textpattern Database Host'));
     583                printf('<tr><th scope="row"><label for="dbprefix">%s</label></th><td><input type="text" name="dbprefix" id="dbprefix"  /></td></tr>', __('Textpattern Table prefix (if any)'));
    584584                echo '</table>';
    585585        }
    586586
  • wp-admin/edit-form.php

     
    5151
    5252<input type="hidden" name="post_pingback" value="<?php echo (int) get_option('default_pingback_flag') ?>" id="post_pingback" />
    5353
    54 <p><label for="trackback"> <?php printf(__('<a href="%s" title="Help on trackbacks"><strong>TrackBack</strong> a <abbr title="Universal Resource Locator">URL</abbr></a>:</label> (Separate multiple <abbr title="Universal Resource Locator">URL</abbr>s with spaces.)'), 'http://wordpress.org/docs/reference/post/#trackback'); echo '<br />'; ?>
     54<p><label for="trackback"> <?php printf(__('<a href="%s" title="Help on trackbacks"><strong>TrackBack</strong> a <abbr title="Universal Resource Locator">URL</abbr></a></label> (Separate multiple <abbr title="Universal Resource Locator">URL</abbr>s with spaces.)'), 'http://wordpress.org/docs/reference/post/#trackback'); echo '<br />'; ?>
    5555        <input type="text" name="trackback_url" style="width: 360px" id="trackback" tabindex="7" /></p>
    5656
    5757<p class="submit"><input name="saveasdraft" type="submit" id="saveasdraft" tabindex="9" value="<?php _e('Save as Draft') ?>" />
  • wp-admin/edit-link-category-form.php

     
    2525<?php wp_nonce_field($nonce_action); ?>
    2626        <table class="niceblue">
    2727                <tr class="form-field form-required">
    28                         <th scope="row" valign="top"><label for="name"><?php _e('Category name:') ?></label></th>
     28                        <th scope="row" valign="top"><label for="name"><?php _e('Category name') ?></label></th>
    2929                        <td><input name="name" id="name" type="text" value="<?php echo $category->name; ?>" size="40" /></td>
    3030                </tr>
    3131                <tr class="form-field">
    32                         <th scope="row" valign="top"><label for="slug"><?php _e('Category slug:') ?></label></th>
     32                        <th scope="row" valign="top"><label for="slug"><?php _e('Category slug') ?></label></th>
    3333                        <td><input name="slug" id="slug" type="text" value="<?php echo $category->slug; ?>" size="40" /></td>
    3434                </tr>
    3535                <tr class="form-field">
    36                         <th scope="row" valign="top"><label for="description"><?php _e('Description: (optional)') ?></label></th>
     36                        <th scope="row" valign="top"><label for="description"><?php _e('Description (optional)') ?></label></th>
    3737                        <td><textarea name="description" id="description" rows="5" cols="50" style="width: 97%;"><?php echo $category->description; ?></textarea></td>
    3838                </tr>
    3939        </table>
  • wp-admin/edit-tag-form.php

     
    2525<?php wp_nonce_field($nonce_action); ?>
    2626        <table class="niceblue">
    2727                <tr class="form-field form-required">
    28                         <th scope="row" valign="top"><label for="name"><?php _e('Tag name:') ?></label></th>
     28                        <th scope="row" valign="top"><label for="name"><?php _e('Tag name') ?></label></th>
    2929                        <td><input name="name" id="name" type="text" value="<?php echo attribute_escape($tag->name); ?>" size="40" /></td>
    3030                </tr>
    3131                <tr class="form-field">
    32                         <th scope="row" valign="top"><label for="slug"><?php _e('Tag slug:') ?></label></th>
     32                        <th scope="row" valign="top"><label for="slug"><?php _e('Tag slug') ?></label></th>
    3333                        <td><input name="slug" id="slug" type="text" value="<?php echo attribute_escape($tag->slug); ?>" size="40" /></td>
    3434                </tr>
    3535        </table>
  • wp-admin/user-edit.php

     
    160160
    161161<fieldset>
    162162<legend><?php _e('Name'); ?></legend>
    163 <p><label><?php _e('Username: (no editing)'); ?><br />
     163<p><label><?php _e('Username (no editing)'); ?><br />
    164164<input type="text" name="user_login" id="user_login" value="<?php echo $profileuser->user_login; ?>" disabled="disabled" />
    165165</label></p>
    166166
    167167<?php if ( !$is_profile_page ): ?>
    168 <p><label><?php _e('Role:') ?><br />
     168<p><label><?php _e('Role') ?><br />
    169169<?php
    170170// print_r($profileuser);
    171171echo '<select name="role">';
     
    188188?></label></p>
    189189<?php endif; ?>
    190190
    191 <p><label><?php _e('First name:') ?><br />
     191<p><label><?php _e('First name') ?><br />
    192192<input type="text" name="first_name" value="<?php echo $profileuser->first_name ?>" /></label></p>
    193193
    194 <p><label><?php _e('Last name:') ?><br />
     194<p><label><?php _e('Last name') ?><br />
    195195<input type="text" name="last_name"  value="<?php echo $profileuser->last_name ?>" /></label></p>
    196196
    197 <p><label><?php _e('Nickname:') ?><br />
     197<p><label><?php _e('Nickname') ?><br />
    198198<input type="text" name="nickname" value="<?php echo $profileuser->nickname ?>" /></label></p>
    199199
    200 <p><label><?php _e('Display name publicly as:') ?> <br />
     200<p><label><?php _e('Display name publicly as') ?> <br />
    201201<select name="display_name">
    202202<?php
    203203        $public_display = array();
     
    220220<fieldset>
    221221<legend><?php _e('Contact Info'); ?></legend>
    222222
    223 <p><label><?php _e('E-mail: (required)') ?><br />
     223<p><label><?php _e('E-mail (required)') ?><br />
    224224<input type="text" name="email" value="<?php echo $profileuser->user_email ?>" /></label></p>
    225225
    226 <p><label><?php _e('Website:') ?><br />
     226<p><label><?php _e('Website') ?><br />
    227227<input type="text" name="url" value="<?php echo $profileuser->user_url ?>" />
    228228</label></p>
    229229
    230 <p><label><?php _e('AIM:') ?><br />
     230<p><label><?php _e('AIM') ?><br />
    231231<input type="text" name="aim" value="<?php echo $profileuser->aim ?>" />
    232232</label></p>
    233233
    234 <p><label><?php _e('Yahoo IM:') ?><br />
     234<p><label><?php _e('Yahoo IM') ?><br />
    235235<input type="text" name="yim" value="<?php echo $profileuser->yim ?>" />
    236236</label></p>
    237237
    238 <p><label><?php _e('Jabber / Google Talk:') ?><br />
     238<p><label><?php _e('Jabber / Google Talk') ?><br />
    239239<input type="text" name="jabber" value="<?php echo $profileuser->jabber ?>" /></label>
    240240</p>
    241241</fieldset>
     
    253253<fieldset>
    254254<legend><?php $is_profile_page? _e('Update Your Password') : _e("Update User's Password"); ?></legend>
    255255<p class="desc"><?php _e("If you would like to change the password type a new one twice below. Otherwise leave this blank."); ?></p>
    256 <p><label><?php _e('New Password:'); ?><br />
     256<p><label><?php _e('New Password'); ?><br />
    257257<input type="password" name="pass1" id="pass1" size="16" value="" />
    258258</label></p>
    259 <p><label><?php _e('Type it one more time:'); ?><br />
     259<p><label><?php _e('Type it one more time'); ?><br />
    260260<input type="password" name="pass2" id="pass2" size="16" value="" />
    261261</label></p>
    262262<?php if ( $is_profile_page ): ?>
  • wp-admin/options-writing.php

     
    6464<tr valign="top">
    6565<th scope="row"><?php _e('Mail Server') ?></th>
    6666<td><input name="mailserver_url" type="text" id="mailserver_url" value="<?php form_option('mailserver_url'); ?>" size="40" />
    67 <label for="mailserver_port"><?php _e('Port:') ?></label>
     67<label for="mailserver_port"><?php _e('Port') ?></label>
    6868<input name="mailserver_port" type="text" id="mailserver_port" value="<?php form_option('mailserver_port'); ?>" size="6" />
    6969</td>
    7070</tr>