Changeset 45926 for trunk/src/wp-admin/theme-install.php
- Timestamp:
- 09/01/2019 05:12:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r45674 r45926 64 64 ), 65 65 'tryAgain' => __( 'Try Again' ), 66 /* translators: %d: number of themes */ 66 67 'themesFound' => __( 'Number of Themes found: %d' ), 67 68 'noThemesFound' => __( 'No themes found. Try a different search.' ), … … 94 95 '<p>' . sprintf( 95 96 /* translators: %s: Theme Directory URL */ 96 97 __( '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 98 __( 'https://wordpress.org/themes/' ) 98 99 ) . '</p>' . … … 101 102 '<p>' . sprintf( 102 103 /* translators: %s: /wp-content/themes */ 103 104 __( '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 105 '<code>/wp-content/themes</code>' 105 106 ) . '</p>';
Note: See TracChangeset
for help on using the changeset viewer.