Changeset 49514 for branches/5.2/src/wp-admin/theme-install.php
- Timestamp:
- 11/06/2020 04:28:46 PM (4 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-admin/theme-install.php
r45140 r49514 94 94 '<p>' . sprintf( 95 95 /* translators: %s: Theme Directory URL */ 96 96 __( 'You can find additional themes for your site by using the Theme Browser/Installer on this screen, which will display themes from the <a href="%s">WordPress Theme Directory</a>. These themes are designed and developed by third parties, are available free of charge, and are compatible with the license WordPress uses.' ), 97 97 __( 'https://wordpress.org/themes/' ) 98 98 ) . '</p>' . … … 101 101 '<p>' . sprintf( 102 102 /* translators: %s: /wp-content/themes */ 103 103 __( 'You can Upload a theme manually if you have already downloaded its ZIP archive onto your computer (make sure it is from a trusted and original source). You can also do it the old-fashioned way and copy a downloaded theme’s folder via FTP into your %s directory.' ), 104 104 '<code>/wp-content/themes</code>' 105 105 ) . '</p>';
Note: See TracChangeset
for help on using the changeset viewer.