Changeset 11554 for trunk/wp-admin/plugins.php
- Timestamp:
- 06/12/2009 03:20:16 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/plugins.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r11527 r11554 253 253 <div class="wrap"> 254 254 <?php screen_icon(); ?> 255 <h2><?php echo esc_html( $title ); ?> </h2>255 <h2><?php echo esc_html( $title ); ?> <a href="plugin-install.php" class="button add-new-h2"><?php esc_html_e('Add New'); ?></a></h2> 256 256 257 257 <?php
Note: See TracChangeset
for help on using the changeset viewer.