Changeset 8845 for trunk/wp-admin/plugin-editor.php
- Timestamp:
- 09/08/2008 06:01:33 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-editor.php
r8656 r8845 96 96 </div> 97 97 <?php endif; ?> 98 98 <div class="wrap"> 99 99 <div class="bordertitle"> 100 100 <h2><?php _e('Plugin Editor'); ?></h2> … … 102 102 <div class="tablenav"> 103 103 <div class="alignleft"> 104 <big>< strong><?php104 <big><?php 105 105 if ( is_plugin_active($file) ) { 106 106 if ( is_writeable($real_file) ) … … 114 114 echo sprintf(__('Browsing <strong>%s</strong> (inactive)'), $file); 115 115 } 116 ?></ strong></big>116 ?></big> 117 117 </div> 118 118 <br class="clear" />
Note: See TracChangeset
for help on using the changeset viewer.