Changeset 15132 for trunk/wp-admin/plugin-install.php
- Timestamp:
- 06/03/2010 09:00:39 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/plugin-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-install.php
r15126 r15132 59 59 '<p>' . __('If you want to install a plugin that you’ve downloaded elsewhere, click Upload in the upper left. You will be prompted to upload the .zip package, and once uploaded, you can activate the new plugin.') . '</p>' . 60 60 '<p><strong>' . __('For more information:') . '</strong></p>' . 61 '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Add_New_SubPanel" >Documentation on Installing Plugins</a>') . '</p>' .62 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'61 '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Add_New_SubPanel" target="_blank">Documentation on Installing Plugins</a>') . '</p>' . 62 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 63 63 ); 64 64
Note: See TracChangeset
for help on using the changeset viewer.