Changeset 50032 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 01/27/2021 09:02:12 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r49942 r50032 2247 2247 <span class="field-title"><?php echo $label_pass; ?></span> 2248 2248 <input name="password" type="password" id="password" value="<?php echo $password_value; ?>"<?php disabled( defined( 'FTP_PASS' ) ); ?> /> 2249 <em>2250 2249 <?php 2251 2250 if ( ! defined( 'FTP_PASS' ) ) { 2252 2251 _e( 'This password will not be stored on the server.' );} 2253 2252 ?> 2254 </em>2255 2253 </label> 2256 2254 </div>
Note: See TracChangeset
for help on using the changeset viewer.