: 'search-submit' ) ); ?>
' . sprintf( __( 'Files in the %s directory are executed automatically.' ), '' . str_replace( ABSPATH, '/', WPMU_PLUGIN_DIR ) . '' ) . '
' . str_replace( ABSPATH, '/', WPMU_PLUGIN_DIR ) . '
' . sprintf( __( 'Drop-ins are advanced plugins in the %s directory that replace WordPress functionality when present.' ), '' . str_replace( ABSPATH, '', WP_CONTENT_DIR ) . '' ) . '
' . str_replace( ABSPATH, '', WP_CONTENT_DIR ) . '
' . $dropins[ $plugin_file ][0] . '
' . $dropins[ $plugin_file ][0] . ' ' . __( 'Inactive:' ) . ' ' . /* translators: 1: drop-in constant name, 2: wp-config.php */ sprintf( __( 'Requires %1$s in %2$s file.' ), "define('" . $dropins[ $plugin_file ][1] . "', true);", 'wp-config.php' ) . '
define('" . $dropins[ $plugin_file ][1] . "', true);
wp-config.php
' . $plugin_data['Description'] . '
' . ( $plugin_data['Description'] ? $plugin_data['Description'] : ' ' ) . '