Make WordPress Core


Ignore:
Timestamp:
10/05/2012 07:04:34 PM (11 years ago)
Author:
ryan
Message:

Consolidate some strings. Props pavelevap, SergeyBiryukov. see #21728

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/setup-config.php

    r21873 r22124  
    166166        $$key = trim( stripslashes( $_POST[ $key ] ) );
    167167
    168     $tryagain_link = '</p><p class="step"><a href="setup-config.php?step=1" onclick="javascript:history.go(-1);return false;" class="button">' . __( 'Try Again' ) . '</a>';
     168    $tryagain_link = '</p><p class="step"><a href="setup-config.php?step=1" onclick="javascript:history.go(-1);return false;" class="button">' . __( 'Try again' ) . '</a>';
    169169
    170170    if ( empty( $prefix ) )
Note: See TracChangeset for help on using the changeset viewer.