Changeset 9073 for trunk/wp-admin/plugins.php
- Timestamp:
- 10/03/2008 12:13:12 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r9032 r9073 345 345 </div> 346 346 </div> 347 < br class="clear" />347 <div class="clear"></div> 348 348 <?php print_plugins_table($active_plugins, 'active') ?> 349 349 </form> … … 371 371 </div> 372 372 </div> 373 < br class="clear" />373 <div class="clear"></div> 374 374 <?php print_plugins_table($recent_plugins, 'recent') ?> 375 375 </form> … … 389 389 </div> 390 390 </div> 391 < br class="clear" />391 <div class="clear"></div> 392 392 <?php print_plugins_table($inactive_plugins, 'inactive') ?> 393 393 </form>
Note: See TracChangeset
for help on using the changeset viewer.