Changeset 38722 for trunk/src/wp-admin/theme-install.php
- Timestamp:
- 10/04/2016 07:07:17 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r38672 r38722 79 79 '<p>' . sprintf( 80 80 /* translators: %s: Theme Directory URL */ 81 __( '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" target="_blank">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.' ),81 __( '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.' ), 82 82 __( 'https://wordpress.org/themes/' ) 83 83 ) . '</p>' . … … 108 108 get_current_screen()->set_help_sidebar( 109 109 '<p><strong>' . __('For more information:') . '</strong></p>' . 110 '<p>' . __('<a href="https://codex.wordpress.org/Using_Themes#Adding_New_Themes" target="_blank">Documentation on Adding New Themes</a>') . '</p>' .111 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'110 '<p>' . __('<a href="https://codex.wordpress.org/Using_Themes#Adding_New_Themes">Documentation on Adding New Themes</a>') . '</p>' . 111 '<p>' . __('<a href="https://wordpress.org/support/">Support Forums</a>') . '</p>' 112 112 ); 113 113
Note: See TracChangeset
for help on using the changeset viewer.