Changeset 10150 for trunk/wp-admin/plugins.php
- Timestamp:
- 12/09/2008 06:03:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r10049 r10150 203 203 <div class="wrap"> 204 204 <?php screen_icon(); ?> 205 <h2><?php echo wp_specialchars( $title ); ?></h2> 205 <h2><?php echo wp_specialchars( $title ); ?></h2> 206 206 207 207 <p><?php _e('Plugins extend and expand the functionality of WordPress. Once a plugin is installed, you may activate it or deactivate it here.'); ?></p> … … 258 258 </tr> 259 259 </thead> 260 260 261 261 <tfoot> 262 262 <tr> … … 268 268 </tr> 269 269 </tfoot> 270 270 271 271 <tbody class="plugins"> 272 272 <?php … … 335 335 <input type="submit" name="clear-recent-list" value="<?php _e('Clear List') ?>" class="button-secondary" /> 336 336 <?php endif; ?> 337 </div> 337 </div> 338 338 <?php 339 339 }
Note: See TracChangeset
for help on using the changeset viewer.