Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugins.php

    r17807 r17322  
    408408<input type="hidden" name="paged" value="<?php echo esc_attr($page) ?>" />
    409409
     410<?php
     411if ( 'mustuse' == $status )
     412    echo '<br class="clear" /><p>' . __( 'Files in the <code>/wp-content/mu-plugins</code> directory are executed automatically.' ) . '</p>';
     413elseif ( 'dropins' == $status )
     414    echo '<br class="clear" /><p>' . __( 'Drop-ins are advanced plugins in the <code>/wp-content</code> directory that replace WordPress functionality when present.' ) . '</p>';
     415?>
     416
    410417<?php $wp_list_table->display(); ?>
    411418</form>
Note: See TracChangeset for help on using the changeset viewer.