Changeset 13100 for trunk/wp-admin/plugins.php
- Timestamp:
- 02/13/2010 08:49:27 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r12996 r13100 634 634 </ul> 635 635 636 <?php if ( ! empty( $plugins ) ) { ?> 637 636 638 <div class="tablenav"> 637 639 <?php … … 657 659 ?> 658 660 </div> 661 <?php } elseif ( ! empty( $all_plugins ) ) { ?> 662 <p><?php __( 'No plugins found.' ); ?></p> 663 <?php } ?> 659 664 </form> 660 665 661 666 <?php if ( empty($all_plugins) ) : ?> 667 <br class="clear" /> 662 668 <p><?php _e('You do not appear to have any plugins available at this time.') ?></p> 663 669 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.