Changeset 11042
- Timestamp:
- 04/22/2009 01:29:49 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/plugins.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r11039 r11042 220 220 <h2><?php echo wp_specialchars( $title ); ?></h2> 221 221 222 <p><?php _e('Plugins extend and expand the functionality of WordPress. Install new plugins and then activate, deactivate, or delete them here.'); ?></p>222 <p><?php printf(__('Plugins extend and expand the functionality of WordPress. <a href="%s">Install new plugins</a> and then activate, deactivate, or delete them here.'), 'plugin-install.php'); ?></p> 223 223 224 224 <?php
Note: See TracChangeset
for help on using the changeset viewer.