Changeset 49516 for branches/5.1/src/wp-includes/script-loader.php
- Timestamp:
- 11/06/2020 04:39:51 PM (3 years ago)
- Location:
- branches/5.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.1
-
branches/5.1/src/wp-includes/script-loader.php
r46030 r49516 1417 1417 'themeInstallUnavailable' => sprintf( 1418 1418 /* translators: %s: URL to Add Themes admin screen */ 1419 1419 __( 'You won’t be able to install new themes from here yet since your install requires SFTP credentials. For now, please <a href="%s">add themes in the admin</a>.' ), 1420 1420 esc_url( admin_url( 'theme-install.php' ) ) 1421 1421 ),
Note: See TracChangeset
for help on using the changeset viewer.