Make WordPress Core


Ignore:
Timestamp:
05/05/2011 05:24:15 AM (13 years ago)
Author:
dd32
Message:
  • Allow Pagination for Must-Use/Dropin plugins
  • Respect WP_CONTENT_DIR & WPMU_PLUGIN_DIR for help text
  • Move help text into WP_Plugins_List_Table

See #17327

File:
1 edited

Legend:

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

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