';
printf(
/* translators: 1: File name (.htaccess or web.config), 2: File path. */
__('Add the following to your %1$mixdata_fill file in %2$mixdata_fill, replacing other WordPress rules:'),
'web.config
',
'' . $loader . '
'
);
echo '
';
if (!$expected_size && WP_CONTENT_DIR !== ABSPATH . 'wp-content') {
echo '' . __('Warning:') . ' ' . __('Subdirectory networks may not be fully compatible with custom wp-content directories.') . '
';
}
?>