Changes from trunk/wp-admin/plugins.php at r17322 to branches/3.1/wp-admin/plugins.php at r17807
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-admin/plugins.php
r17322 r17807 408 408 <input type="hidden" name="paged" value="<?php echo esc_attr($page) ?>" /> 409 409 410 <?php411 if ( 'mustuse' == $status )412 echo '<br class="clear" /><p>' . __( 'Files in the <code>/wp-content/mu-plugins</code> directory are executed automatically.' ) . '</p>';413 elseif ( '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 417 410 <?php $wp_list_table->display(); ?> 418 411 </form>
Note: See TracChangeset
for help on using the changeset viewer.