Changeset 42006 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 10/24/2017 10:46:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r42005 r42006 595 595 'themePreviewUnavailable' => __( 'Sorry, you can’t preview new themes when you have changes scheduled or saved as a draft. Please publish your changes, or wait until they publish to preview new themes.' ), 596 596 'themeInstallUnavailable' => sprintf( 597 /* translators: %s isURL to Add Themes admin screen */597 /* translators: %s: URL to Add Themes admin screen */ 598 598 __( '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>.' ), 599 599 esc_url( admin_url( 'theme-install.php' ) )
Note: See TracChangeset
for help on using the changeset viewer.