'<p>' .
__( '<a href="https://wordpress.org/documentation/article/customize-permalinks/">Documentation on Using Permalinks</a>'
) . '</p>';
if ( $is_nginx ) { $help_sidebar_content .= '<p>' .
__( '<a href="https://wordpress.org/documentation/article/nginx/">Documentation on Nginx configuration</a>.'
) . '</p>';
}$help_sidebar_content .= '<p>' .
__( '<a href="https://wordpress.org/support/forums/">Support forums</a>'
) . '</p>';
get_current_screen()->
set_help_sidebar( $help_sidebar_content );
unset( $help_sidebar_content );
$home_path =
get_home_path();
$iis7_permalinks =
iis7_supports_permalinks();
$permalink_structure =
get_option( 'permalink_structure'
);
$index_php_prefix = '';
$blog_prefix = '';
if ( !
got_url_rewrite() ) { $index_php_prefix = '/index.php';
}/*
* In a subdirectory configuration of multisite, the `/blog` prefix is used by
* default on the main site to avoid collisions with other sites created on that
* network. If the `permalink_structure` option has been changed to remove this
* base prefix, WordPress core can no longer account for the possible collision.
*/