Test if site is main site, given site id
<?php is_main_site( $blog_id ) ?>
<?php if ( is_main_site($blog_id) ) { // display something special for the main site. } ?>
Replaces function is_main_blog(), deprecated since 3.0.0. (wp-includes/ms-deprecated.php)
Since 3.0.0.
is_main_site() is located in wp-includes/functions.php
.