Make WordPress Core


Ignore:
Timestamp:
06/01/2010 09:57:26 PM (16 years ago)
Author:
nacin
Message:

Add missing spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/file.php

    r15098 r15099  
    967967<p><?php
    968968    _e('To perform the requested action, WordPress needs to access to your web server.');
     969    echo ' ';
    969970    if ( ( isset( $types['ftp'] ) || isset( $types['ftps'] ) ) ) {
    970971        if ( isset( $types['ssh'] ) )
     
    972973        else
    973974            _e('Please enter your FTP credentials to proceed.');
     975        echo ' ';
    974976    }
    975977    _e('If you do not remember your credentials, you should contact your web host.');
Note: See TracChangeset for help on using the changeset viewer.