Changeset 15132 for trunk/wp-admin/plugins.php
- Timestamp:
- 06/03/2010 09:00:39 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/plugins.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r15126 r15132 312 312 '<p>' . sprintf( __('If something goes wrong with a plugin and you can’t use WordPress, delete or rename that file in the <code>%s</code> directory and it will be automatically deactivated.'), WP_PLUGIN_DIR) . '</p>' . 313 313 '<p><strong>' . __('For more information:') . '</strong></p>' . 314 '<p>' . __('<a href="http://codex.wordpress.org/Managing_Plugins#Plugin_Management" >Documentation on Managing Plugins</a>') . '</p>' .315 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'314 '<p>' . __('<a href="http://codex.wordpress.org/Managing_Plugins#Plugin_Management" target="_blank">Documentation on Managing Plugins</a>') . '</p>' . 315 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 316 316 ); 317 317
Note: See TracChangeset
for help on using the changeset viewer.