Changeset 33067 for trunk/src/wp-admin/plugin-install.php
- Timestamp:
- 07/03/2015 04:41:18 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-install.php
r32974 r33067 106 106 $text = __( 'Upload Plugin' ); 107 107 } 108 echo ' <a href="' . $href . '" class="upload add-new-h2">' . $text . '</a>';108 echo ' <a href="' . $href . '" class="upload page-title-action">' . $text . '</a>'; 109 109 } 110 110 ?>
Note: See TracChangeset
for help on using the changeset viewer.