Make WordPress Core

Changeset 15160


Ignore:
Timestamp:
06/07/2010 04:32:38 PM (15 years ago)
Author:
ryan
Message:

Typo fix. Props tai. fixes #13735

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/theme-install.php

    r15135 r15160  
    5858$help .= '<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&#8217;s folder via FTP into your <code>/wp-content/themes</code> directory.') . '</p>';
    5959$help .= '<p><strong>' . __('For more information:') . '</strong></p>';
    60 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes#Adding_New_Themes" target="_blank">Documentation on Using Themes</a>') . '</p>';
     60$help .= '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes#Adding_New_Themes" target="_blank">Documentation on Adding New Themes</a>') . '</p>';
    6161$help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>';
    6262add_contextual_help($current_screen, $help);
Note: See TracChangeset for help on using the changeset viewer.