diff --git a/wp-admin/theme-install.php b/wp-admin/theme-install.php
index 088feed4a46c4c725740f10bdefa71f9ef2ff631..d6d838e069f7ae43397fdb7c2f458d0b94da844f 100644
a
|
b
|
if ( $tab ) { |
79 | 79 | |
80 | 80 | $help_overview = |
81 | 81 | '<p>' . sprintf(__('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.org 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.'), 'https://wordpress.org/themes/') . '</p>' . |
82 | | '<p>' . __('You can Search for themes by keyword, author, or tag, or can get more specific and search by criteria listed in the feature filter. Alternately, you can browse the themes that are Featured, Newest, or Recently Updated. When you find a theme you like, you can preview it or install it.') . '</p>' . |
| 82 | '<p>' . __('You can Search for themes by keyword, author, or tag, or can get more specific and search by criteria listed in the feature filter. Alternately, you can browse the themes that are Featured, Popular, or Latest. When you find a theme you like, you can preview it or install it.') . '</p>' . |
83 | 83 | '<p>' . __('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 <code>/wp-content/themes</code> directory.') . '</p>'; |
84 | 84 | |
85 | 85 | get_current_screen()->add_help_tab( array( |