Changeset 15098
- Timestamp:
- 06/01/2010 08:35:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/file.php
r15052 r15098 965 965 <?php screen_icon(); ?> 966 966 <h2><?php _e('Connection Information') ?></h2> 967 <p><?php _e('To perform the requested action, connection information is required.') ?></p> 968 967 <p><?php 968 _e('To perform the requested action, WordPress needs to access to your web server.'); 969 if ( ( isset( $types['ftp'] ) || isset( $types['ftps'] ) ) ) { 970 if ( isset( $types['ssh'] ) ) 971 _e('Please enter your FTP or SSH credentials to proceed.'); 972 else 973 _e('Please enter your FTP credentials to proceed.'); 974 } 975 _e('If you do not remember your credentials, you should contact your web host.'); 976 ?></p> 969 977 <table class="form-table"> 970 978 <tr valign="top">
Note: See TracChangeset
for help on using the changeset viewer.