Make WordPress Core

Ticket #5938: raquo_bye_bye.diff

File raquo_bye_bye.diff, 28.4 KB (added by filosofo, 18 years ago)
  • wp-admin/edit-comments.php

     
    158158                } // end foreach
    159159        ?></tbody>
    160160</table>
    161 <p class="submit"><input type="submit" name="delete_button" class="delete" value="<?php _e('Delete Checked Comments &raquo;') ?>" onclick="var numchecked = getNumChecked(document.getElementById('deletecomments')); if(numchecked < 1) { alert('<?php echo js_escape(__("Please select some comments to delete")); ?>'); return false } return confirm('<?php echo sprintf(js_escape(__("You are about to delete %s comments permanently \n  'Cancel' to stop, 'OK' to delete.")), "' + numchecked + '"); ?>')" />
    162                         <input type="submit" name="spam_button" value="<?php _e('Mark Checked Comments as Spam &raquo;') ?>" onclick="var numchecked = getNumChecked(document.getElementById('deletecomments')); if(numchecked < 1) { alert('<?php echo js_escape(__("Please select some comments to mark as spam")); ?>'); return false } return confirm('<?php echo sprintf(js_escape(__("You are about to mark %s comments as spam \n  'Cancel' to stop, 'OK' to mark as spam.")), "' + numchecked + '"); ?>')" /></p>
     161<p class="submit"><input type="submit" name="delete_button" class="delete" value="<?php _e('Delete Checked Comments') ?>" onclick="var numchecked = getNumChecked(document.getElementById('deletecomments')); if(numchecked < 1) { alert('<?php echo js_escape(__("Please select some comments to delete")); ?>'); return false } return confirm('<?php echo sprintf(js_escape(__("You are about to delete %s comments permanently \n  'Cancel' to stop, 'OK' to delete.")), "' + numchecked + '"); ?>')" />
     162                        <input type="submit" name="spam_button" value="<?php _e('Mark Checked Comments as Spam') ?>" onclick="var numchecked = getNumChecked(document.getElementById('deletecomments')); if(numchecked < 1) { alert('<?php echo js_escape(__("Please select some comments to mark as spam")); ?>'); return false } return confirm('<?php echo sprintf(js_escape(__("You are about to mark %s comments as spam \n  'Cancel' to stop, 'OK' to mark as spam.")), "' + numchecked + '"); ?>')" /></p>
    163163  </form>
    164164<div id="ajax-response"></div>
    165165<?php
  • wp-admin/includes/template.php

     
    756756
    757757<tr class="submit"><td colspan="3">
    758758        <?php wp_nonce_field( 'change_meta', '_ajax_nonce', false ); ?>
    759         <input type="submit" id="addmetasub" name="addmeta" class="add:the-list:newmeta" tabindex="9" value="<?php _e( 'Add Custom Field &raquo;' ) ?>" />
     759        <input type="submit" id="addmetasub" name="addmeta" class="add:the-list:newmeta" tabindex="9" value="<?php _e( 'Add Custom Field' ) ?>" />
    760760</td></tr>
    761761</table>
    762762<?php
     
    945945<input type="hidden" name="max_file_size" value="<?php echo $bytes; ?>" />
    946946</p>
    947947<p class="submit">
    948 <input type="submit" value="<?php _e( 'Upload file and import &raquo;' ); ?>" />
     948<input type="submit" value="<?php _e( 'Upload file and import' ); ?>" />
    949949</p>
    950950</form>
    951951<?php
  • wp-admin/includes/media.php

     
    666666        $description_label = __('Description');
    667667        $tags_label = __('Tags');
    668668
    669         $toggle_on = __('Describe &raquo;');
     669        $toggle_on = __('Describe');
    670670        $toggle_off = __('Describe &laquo;');
    671671
    672672        $post = get_post($attachment_id);
  • wp-admin/includes/upload.php

     
    222222<?php   endif; ?>
    223223                                        <?php wp_nonce_field( 'inlineuploading' ); ?>
    224224                                        <div class="submit">
    225                                                 <input type="submit" value="<?php $id ? _e('Save &raquo;') : _e('Upload &raquo;'); ?>" />
     225                                                <input type="submit" value="<?php $id ? _e('Save') : _e('Upload'); ?>" />
    226226                                        </div>
    227227                                </td>
    228228                        </tr>
  • wp-admin/update.php

     
    5959</tr>
    6060</table>
    6161<p class="submit">
    62 <input type="submit" name="submit" value="<?php _e('Proceed &raquo;'); ?>" />
     62<input type="submit" name="submit" value="<?php _e('Proceed'); ?>" />
    6363</p>
    6464</div>
    6565</form>
  • wp-admin/custom-header.php

     
    169169<input type="button" value="<?php _e('Hide Text'); ?>" onclick="hide_text()" id="hidetext" />
    170170<input type="button" value="<?php _e('Select a Text Color'); ?>" onclick="colorSelect($('textcolor'), 'pickcolor')" id="pickcolor" /><input type="button" value="<?php _e('Use Original Color'); ?>" onclick="colorDefault()" id="defaultcolor" />
    171171<?php wp_nonce_field('custom-header') ?>
    172 <input type="hidden" name="textcolor" id="textcolor" value="#<?php attribute_escape(header_textcolor()) ?>" /><input name="submit" type="submit" value="<?php _e('Save Changes &raquo;'); ?>" /></form>
     172<input type="hidden" name="textcolor" id="textcolor" value="#<?php attribute_escape(header_textcolor()) ?>" /><input name="submit" type="submit" value="<?php _e('Save Changes'); ?>" /></form>
    173173<?php } ?>
    174174
    175175<div id="colorPickerDiv" style="z-index: 100;background:#eee;border:1px solid #ccc;position:absolute;visibility:hidden;"> </div>
     
    183183<input type="hidden" name="action" value="save" />
    184184<?php wp_nonce_field('custom-header') ?>
    185185<p class="submit">
    186 <input type="submit" value="<?php _e('Upload &raquo;'); ?>" />
     186<input type="submit" value="<?php _e('Upload'); ?>" />
    187187</p>
    188188</form>
    189189
     
    262262<input type="hidden" name="attachment_id" id="attachment_id" value="<?php echo $id; ?>" />
    263263<input type="hidden" name="oitar" id="oitar" value="<?php echo $oitar; ?>" />
    264264<?php wp_nonce_field('custom-header') ?>
    265 <input type="submit" value="<?php _e('Crop Header &raquo;'); ?>" />
     265<input type="submit" value="<?php _e('Crop Header'); ?>" />
    266266</p>
    267267
    268268</form>
  • wp-admin/moderation.php

     
    219219                </noscript>
    220220
    221221                <p class="submit">
    222                         <input type="submit" id="submit" name="submit" value="<?php _e( 'Bulk Moderate Comments &raquo;' ); ?>" />
     222                        <input type="submit" id="submit" name="submit" value="<?php _e( 'Bulk Moderate Comments' ); ?>" />
    223223                </p>
    224224
    225225                <script type="text/javascript">
  • wp-admin/comment.php

     
    6060<?php
    6161if ( 'spam' == $_GET['dt'] ) {
    6262        $caution_msg = __('You are about to mark the following comment as spam:');
    63         $button = __('Spam Comment &raquo;');
     63        $button = __('Spam Comment');
    6464} elseif ( 'cdc' == $action ) {
    6565        $caution_msg = __('You are about to delete the following comment:');
    66         $button = __('Delete Comment &raquo;');
     66        $button = __('Delete Comment');
    6767} else {
    6868        $caution_msg = __('You are about to approve the following comment:');
    69         $button = __('Approve Comment &raquo;');
     69        $button = __('Approve Comment');
    7070}
    7171?>
    7272
  • wp-admin/edit-link-form.php

     
    11<?php
    22if ( ! empty($link_id) ) {
    33        $heading = __('Edit Link');
    4         $submit_text = __('Save Changes &raquo;');
     4        $submit_text = __('Save Changes');
    55        $form = '<form name="editlink" id="editlink" method="post" action="link.php">';
    66        $nonce_action = 'update-bookmark_' . $link_id;
    77} else {
    88        $heading = __('Add Link');
    9         $submit_text = __('Add Link &raquo;');
     9        $submit_text = __('Add Link');
    1010        $form = '<form name="addlink" id="addlink" method="post" action="link.php">';
    1111        $nonce_action = 'add-bookmark';
    1212}
  • wp-admin/import/wp-cat2tag.php

     
    9090
    9191                echo '</ul>';
    9292
    93                 echo '<p class="submit"><input type="submit" name="submit" value="' . __('Convert Tags &raquo;') . '" /></p>';
     93                echo '<p class="submit"><input type="submit" name="submit" value="' . __('Convert Tags') . '" /></p>';
    9494
    9595                echo '</form>';
    9696        }
  • wp-admin/import/btt.php

     
    2020                echo '<p><strong>'.__('Don&#8217;t be stupid - backup your database before proceeding!').'</strong></p>';
    2121                echo '<form action="admin.php?import=btt&amp;step=1" method="post">';
    2222                wp_nonce_field('import-btt');
    23                 echo '<p class="submit"><input type="submit" name="submit" value="'.__('Import Tags &raquo;').'" /></p>';
     23                echo '<p class="submit"><input type="submit" name="submit" value="'.__('Import Tags').'" /></p>';
    2424                echo '</form>';
    2525                echo '</div>';
    2626        }
     
    9090
    9191                echo '<form action="admin.php?import=btt&amp;step='.($precheck? 2:3).'" method="post">';
    9292                wp_nonce_field('import-btt');
    93                 echo '<p class="submit"><input type="submit" name="submit" value="'.__('Next &raquo;').'" /></p>';
     93                echo '<p class="submit"><input type="submit" name="submit" value="'.__('Next').'" /></p>';
    9494                echo '</form>';
    9595                echo '</div>';
    9696        }
  • wp-admin/import/jkw.php

     
    2020                echo '<p><strong>'.__('Don&#8217;t be stupid - backup your database before proceeding!').'</strong></p>';
    2121                echo '<form action="admin.php?import=jkw&amp;step=1" method="post">';
    2222                wp_nonce_field('import-jkw');
    23                 echo '<p class="submit"><input type="submit" name="submit" value="'.__('Import Version 1.x &raquo;').'" /></p>';
     23                echo '<p class="submit"><input type="submit" name="submit" value="'.__('Import Version 1.x').'" /></p>';
    2424                echo '</form>';
    2525                echo '<form action="admin.php?import=jkw&amp;step=3" method="post">';
    2626                wp_nonce_field('import-jkw');
    27                 echo '<p class="submit"><input type="submit" name="submit" value="'.__('Import Version 2.0a &raquo;').'" /></p>';
     27                echo '<p class="submit"><input type="submit" name="submit" value="'.__('Import Version 2.0a').'" /></p>';
    2828                echo '</form>';
    2929                echo '</div>';
    3030        }
     
    106106
    107107                echo '<form action="admin.php?import=jkw&amp;step='.($precheck? 2:6).'" method="post">';
    108108                wp_nonce_field('import-jkw');
    109                 echo '<p class="submit"><input type="submit" name="submit" value="'.__('Next &raquo;').'" /></p>';
     109                echo '<p class="submit"><input type="submit" name="submit" value="'.__('Next').'" /></p>';
    110110                echo '</form>';
    111111                echo '</div>';
    112112        }
     
    139139                }
    140140                echo '<form action="admin.php?import=jkw&amp;step='.($precheck? 4:5).'" method="post">';
    141141                wp_nonce_field('import-jkw');
    142                 echo '<p class="submit"><input type="submit" name="submit" value="'.__('Next &raquo;').'" /></p>';
     142                echo '<p class="submit"><input type="submit" name="submit" value="'.__('Next').'" /></p>';
    143143                echo '</form>';
    144144                echo '</div>';
    145145        }
  • wp-admin/import/dotclear.php

     
    128128                echo '<form action="admin.php?import=dotclear&amp;step=1" method="post">';
    129129                wp_nonce_field('import-dotclear');
    130130                $this->db_form();
    131                 echo '<p class="submit"><input type="submit" name="submit" value="'.attribute_escape(__('Import Categories &raquo;')).'" /></p>';
     131                echo '<p class="submit"><input type="submit" name="submit" value="'.attribute_escape(__('Import Categories')).'" /></p>';
    132132                echo '</form></div>';
    133133        }
    134134
  • wp-admin/import/utw.php

     
    1919                echo '<p>'.__('To accommodate larger databases for those tag-crazy authors out there, we have made this into an easy 5-step program to help you kick that nasty UTW habit. Just keep clicking along and we will let you know when you are in the clear!').'</p>';
    2020                echo '<p><strong>'.__('Don&#8217;t be stupid - backup your database before proceeding!').'</strong></p>';
    2121                echo '<form action="admin.php?import=utw&amp;step=1" method="post">';
    22                 echo '<p class="submit"><input type="submit" name="submit" value="'.__('Step 1 &raquo;').'" /></p>';
     22                echo '<p class="submit"><input type="submit" name="submit" value="'.__('Step 1').'" /></p>';
    2323                echo '</form>';
    2424                echo '</div>';
    2525        }
     
    106106
    107107                echo '<form action="admin.php?import=utw&amp;step=2" method="post">';
    108108                wp_nonce_field('import-utw');
    109                 echo '<p class="submit"><input type="submit" name="submit" value="'.__('Step 2 &raquo;').'" /></p>';
     109                echo '<p class="submit"><input type="submit" name="submit" value="'.__('Step 2').'" /></p>';
    110110                echo '</form>';
    111111                echo '</div>';
    112112        }
     
    142142
    143143                echo '<form action="admin.php?import=utw&amp;step=3" method="post">';
    144144                wp_nonce_field('import-utw');
    145                 echo '<p class="submit"><input type="submit" name="submit" value="'.__('Step 3 &raquo;').'" /></p>';
     145                echo '<p class="submit"><input type="submit" name="submit" value="'.__('Step 3').'" /></p>';
    146146                echo '</form>';
    147147                echo '</div>';
    148148
     
    161161
    162162                echo '<form action="admin.php?import=utw&amp;step=4" method="post">';
    163163                wp_nonce_field('import-utw');
    164                 echo '<p class="submit"><input type="submit" name="submit" value="'.__('Step 4 &raquo;').'" /></p>';
     164                echo '<p class="submit"><input type="submit" name="submit" value="'.__('Step 4').'" /></p>';
    165165                echo '</form>';
    166166                echo '</div>';
    167167
  • wp-admin/import/mt.php

     
    3030        <input type="hidden" name="upload_type" value="ftp" />
    3131<?php _e('Or use <code>mt-export.txt</code> in your <code>/wp-content/</code> directory'); ?></p>
    3232<p class="submit">
    33 <input type="submit" value="<?php echo attribute_escape(__('Import mt-export.txt &raquo;')); ?>" />
     33<input type="submit" value="<?php echo attribute_escape(__('Import mt-export.txt')); ?>" />
    3434</p>
    3535</form>
    3636<p><?php _e('The importer is smart enough not to import duplicates, so you can run this multiple times without worry if&#8212;for whatever reason&#8212;it doesn\'t finish. If you get an <strong>out of memory</strong> error try splitting up the import file into pieces.'); ?> </p>
  • wp-admin/import/blogger.php

     
    613613                $blogtitle = "{$blog['title']} ({$blog['host']})";
    614614                $mapthis = __('Blogger username');
    615615                $tothis = __('WordPress login');
    616                 $submit = js_escape( __('Save Changes &raquo;') );
     616                $submit = js_escape( __('Save Changes') );
    617617
    618618                foreach ( $blog['authors'] as $i => $author )
    619619                        $rows .= "<tr><td><label for='authors[$i]'>{$author[0]}</label></td><td><select name='authors[$i]' id='authors[$i]'>" . $this->get_user_options($author[1]) . "</select></td></tr>";
  • wp-admin/import/textpattern.php

     
    4646                echo '<form action="admin.php?import=textpattern&amp;step=1" method="post">';
    4747                wp_nonce_field('import-textpattern');
    4848                $this->db_form();
    49                 echo '<p class="submit"><input type="submit" name="submit" value="'.attribute_escape(__('Import Categories &raquo;')).'" /></p>';
     49                echo '<p class="submit"><input type="submit" name="submit" value="'.attribute_escape(__('Import Categories')).'" /></p>';
    5050                echo '</form>';
    5151                echo '</div>';
    5252        }
  • wp-admin/import/stp.php

     
    1818                echo '<p><strong>'.__('Don&#8217;t be stupid - backup your database before proceeding!').'</strong></p>';
    1919                echo '<form action="admin.php?import=stp&amp;step=1" method="post">';
    2020                wp_nonce_field('import-stp');
    21                 echo '<p class="submit"><input type="submit" name="submit" value="'.__('Step 1 &raquo;').'" /></p>';
     21                echo '<p class="submit"><input type="submit" name="submit" value="'.__('Step 1').'" /></p>';
    2222                echo '</form>';
    2323                echo '</div>';
    2424        }
     
    7878
    7979                echo '<form action="admin.php?import=stp&amp;step=2" method="post">';
    8080                wp_nonce_field('import-stp');
    81                 echo '<p class="submit"><input type="submit" name="submit" value="'.__('Step 2 &raquo;').'" /></p>';
     81                echo '<p class="submit"><input type="submit" name="submit" value="'.__('Step 2').'" /></p>';
    8282                echo '</form>';
    8383                echo '</div>';
    8484        }
     
    9494                echo '<p>' . sprintf( __ngettext('Done! <strong>%s</strong> tags where added!', 'Done! <strong>%s</strong> tags where added!', $tags_added), $tags_added ) . '<br /></p>';
    9595                echo '<form action="admin.php?import=stp&amp;step=3" method="post">';
    9696                wp_nonce_field('import-stp');
    97                 echo '<p class="submit"><input type="submit" name="submit" value="'.__('Step 3 &raquo;').'" /></p>';
     97                echo '<p class="submit"><input type="submit" name="submit" value="'.__('Step 3').'" /></p>';
    9898                echo '</form>';
    9999                echo '</div>';
    100100        }
  • wp-admin/edit-form.php

     
    6262<?php endif; ?>
    6363
    6464<?php if ('bookmarklet' != $mode) {
    65                 echo '<input name="advanced" type="submit" id="advancededit" tabindex="7" value="' .  __('Advanced Editing &raquo;') . '" />';
     65                echo '<input name="advanced" type="submit" id="advancededit" tabindex="7" value="' .  __('Advanced Editing') . '" />';
    6666        } ?>
    6767        <input name="referredby" type="hidden" id="referredby" value="<?php if ( $refby = wp_get_referer() ) echo urlencode($refby); ?>" />
    6868</p>
  • wp-admin/edit-form-comment.php

     
    11<?php
    2 $submitbutton_text = __('Edit Comment &raquo;');
     2$submitbutton_text = __('Edit Comment');
    33$toprow_title = sprintf(__('Editing Comment # %s'), $comment->comment_ID);
    44$form_action = 'editedcomment';
    55$form_extra = "' />\n<input type='hidden' name='comment_ID' value='" . $comment->comment_ID . "' />\n<input type='hidden' name='comment_post_ID' value='" . $comment->comment_post_ID;
  • wp-admin/edit-link-category-form.php

     
    11<?php
    22if ( ! empty($cat_ID) ) {
    33        $heading = __('Edit Category');
    4         $submit_text = __('Edit Category &raquo;');
     4        $submit_text = __('Edit Category');
    55        $form = '<form name="editcat" id="editcat" method="post" action="link-category.php">';
    66        $action = 'editedcat';
    77        $nonce_action = 'update-link-category_' . $cat_ID;
    88        do_action('edit_link_category_form_pre', $category);
    99} else {
    1010        $heading = __('Add Category');
    11         $submit_text = __('Add Category &raquo;');
     11        $submit_text = __('Add Category');
    1212        $form = '<form name="addcat" id="addcat" class="add:the-list:" method="post" action="link-category.php">';
    1313        $action = 'addcat';
    1414        $nonce_action = 'add-link-category';
  • wp-admin/edit-tag-form.php

     
    11<?php
    22if ( ! empty($tag_ID) ) {
    33        $heading = __('Edit Tag');
    4         $submit_text = __('Edit Tag &raquo;');
     4        $submit_text = __('Edit Tag');
    55        $form = '<form name="edittag" id="edittag" method="post" action="edit-tags.php">';
    66        $action = 'editedtag';
    77        $nonce_action = 'update-tag_' . $tag_ID;
    88        do_action('edit_tag_form_pre', $tag);
    99} else {
    1010        $heading = __('Add Tag');
    11         $submit_text = __('Add Tag &raquo;');
     11        $submit_text = __('Add Tag');
    1212        $form = '<form name="addtag" id="addtag" method="post" action="edit-tags.php" class="add:the-list:">';
    1313        $action = 'addtag';
    1414        $nonce_action = 'add-tag';
  • wp-admin/link-import.php

     
    5353?>
    5454</select></p>
    5555
    56 <p class="submit"><input type="submit" name="submit" value="<?php _e('Import OPML File &raquo;') ?>" /></p>
     56<p class="submit"><input type="submit" name="submit" value="<?php _e('Import OPML File') ?>" /></p>
    5757</form>
    5858
    5959</div>
  • wp-admin/upgrade.php

     
    2727
    2828<h2><?php _e('No Upgrade Required'); ?></h2>
    2929<p><?php _e('Your WordPress database is already up-to-date!'); ?></p>
    30 <h2 class="step"><a href="<?php echo get_option('home'); ?>/"><?php _e('Continue &raquo;'); ?></a></h2>
     30<h2 class="step"><a href="<?php echo get_option('home'); ?>/"><?php _e('Continue'); ?></a></h2>
    3131
    3232<?php else :
    3333switch($step) :
     
    3737<h2><?php _e('Database Upgrade Required'); ?></h2>
    3838<p><?php _e('Your WordPress database is out-of-date, and must be upgraded before you can continue.'); ?></p>
    3939<p><?php _e('The upgrade process may take a while, so please be patient.'); ?></p>
    40 <h2 class="step"><a href="upgrade.php?step=1&amp;backto=<?php echo $goback; ?>"><?php _e('Upgrade WordPress &raquo;'); ?></a></h2>
     40<h2 class="step"><a href="upgrade.php?step=1&amp;backto=<?php echo $goback; ?>"><?php _e('Upgrade WordPress'); ?></a></h2>
    4141<?php
    4242                break;
    4343        case 1:
     
    5050?>
    5151<h2><?php _e('Upgrade Complete'); ?></h2>
    5252        <p><?php _e('Your WordPress database has been successfully upgraded!'); ?></p>
    53         <h2 class="step"><a href="<?php echo $backto; ?>"><?php _e('Continue &raquo;'); ?></a></h2>
     53        <h2 class="step"><a href="<?php echo $backto; ?>"><?php _e('Continue'); ?></a></h2>
    5454
    5555<!--
    5656<pre>
  • wp-admin/edit-category-form.php

     
    11<?php
    22if ( ! empty($cat_ID) ) {
    33        $heading = __('Edit Category');
    4         $submit_text = __('Edit Category &raquo;');
     4        $submit_text = __('Edit Category');
    55        $form = '<form name="editcat" id="editcat" method="post" action="categories.php">';
    66        $action = 'editedcat';
    77        $nonce_action = 'update-category_' . $cat_ID;
    88        do_action('edit_category_form_pre', $category);
    99} else {
    1010        $heading = __('Add Category');
    11         $submit_text = __('Add Category &raquo;');
     11        $submit_text = __('Add Category');
    1212        $form = '<form name="addcat" id="addcat" method="post" action="categories.php" class="add:the-list:">';
    1313        $action = 'addcat';
    1414        $nonce_action = 'add-category';
  • wp-admin/user-edit.php

     
    156156        }
    157157?>
    158158
    159 <p class="submit"><input type="submit" value="<?php $is_profile_page? _e('Update Profile &raquo;') : _e('Update User &raquo;'); ?>" name="submit" /></p>
     159<p class="submit"><input type="submit" value="<?php $is_profile_page? _e('Update Profile') : _e('Update User'); ?>" name="submit" /></p>
    160160
    161161<fieldset>
    162162<legend><?php _e('Name'); ?></legend>
     
    300300<p class="submit">
    301301        <input type="hidden" name="action" value="update" />
    302302        <input type="hidden" name="user_id" id="user_id" value="<?php echo $user_id; ?>" />
    303         <input type="submit" value="<?php $is_profile_page? _e('Update Profile &raquo;') : _e('Update User &raquo;') ?>" name="submit" />
     303        <input type="submit" value="<?php $is_profile_page? _e('Update Profile') : _e('Update User') ?>" name="submit" />
    304304 </p>
    305305</form>
    306306</div>
  • wp-admin/page-new.php

     
    1414?>
    1515
    1616<?php if ( (isset($_GET['posted']) && $_GET['posted'])  || isset($_GET['saved'])  ) : ?>
    17 <div id="message" class="updated fade"><p><strong><?php _e('Page saved.') ?></strong> <a href="edit-pages.php"><?php _e('Manage pages'); ?></a> | <a href="<?php echo get_page_link( isset($_GET['posted']) ? $_GET['posted'] : $_GET['saved'] ); ?>"><?php _e('View page &raquo;') ; ?></a></p></div>
     17<div id="message" class="updated fade"><p><strong><?php _e('Page saved.') ?></strong> <a href="edit-pages.php"><?php _e('Manage pages'); ?></a> | <a href="<?php echo get_page_link( isset($_GET['posted']) ? $_GET['posted'] : $_GET['saved'] ); ?>"><?php _e('View page') ; ?></a></p></div>
    1818<?php endif; ?>
    1919
    2020<?php
  • wp-admin/install.php

     
    3939?>
    4040<h1><?php _e('Welcome'); ?></h1>
    4141<p><?php printf(__('Welcome to the famous five minute WordPress installation process! You may want to browse the <a href="%s">ReadMe documentation</a> at your leisure.  Otherwise, just fill in the information below and you\'ll be on your way to using the most extendable and powerful personal publishing platform in the world.'), '../readme.html'); ?></p>
    42 <!--<h2 class="step"><a href="install.php?step=1"><?php _e('First Step &raquo;'); ?></a></h2>-->
     42<!--<h2 class="step"><a href="install.php?step=1"><?php _e('First Step'); ?></a></h2>-->
    4343
    4444<h1><?php _e('Information needed'); ?></h1>
    4545<p><?php _e("Please provide the following information.  Don't worry, you can always change these settings later."); ?></p>
     
    6060                </tr>
    6161        </table>
    6262        <p><em><?php _e('Double-check your email address before continuing.'); ?></em></p>
    63         <h2 class="step"><input type="submit" name="Submit" value="<?php _e('Install WordPress &raquo;'); ?>" /></h2>
     63        <h2 class="step"><input type="submit" name="Submit" value="<?php _e('Install WordPress'); ?>" /></h2>
    6464</form>
    6565
    6666<?php
  • wp-admin/export.php

     
    3838</td>
    3939</tr>
    4040</table>
    41 <p class="submit"><input type="submit" name="submit" value="<?php _e('Download Export File'); ?> &raquo;" />
     41<p class="submit"><input type="submit" name="submit" value="<?php _e('Download Export File'); ?>" />
    4242<input type="hidden" name="download" value="true" />
    4343</p>
    4444</form>
  • wp-admin/plugin-editor.php

     
    135135        <p class="submit">
    136136        <?php
    137137                if ( isset($_GET['phperror']) )
    138                         echo "<input type='hidden' name='phperror' value='1' /><input type='submit' name='submit' value='" . __('Update File and Attempt to Reactivate &raquo;') . "' tabindex='2' />";
     138                        echo "<input type='hidden' name='phperror' value='1' /><input type='submit' name='submit' value='" . __('Update File and Attempt to Reactivate') . "' tabindex='2' />";
    139139                else
    140140                        echo "<input type='submit' name='submit' value='" . __('Update File') . "' tabindex='2' />";
    141141        ?>
  • wp-admin/themes.php

     
    1919<?php if ( ! validate_current_theme() ) : ?>
    2020<div id="message1" class="updated fade"><p><?php _e('The active theme is broken.  Reverting to the default theme.'); ?></p></div>
    2121<?php elseif ( isset($_GET['activated']) ) : ?>
    22 <div id="message2" class="updated fade"><p><?php printf(__('New theme activated. <a href="%s">View site &raquo;</a>'), get_bloginfo('url') . '/'); ?></p></div>
     22<div id="message2" class="updated fade"><p><?php printf(__('New theme activated. <a href="%s">View site</a>'), get_bloginfo('url') . '/'); ?></p></div>
    2323<?php endif; ?>
    2424
    2525<?php