Make WordPress Core


Ignore:
Timestamp:
10/25/2010 08:45:58 PM (14 years ago)
Author:
ryan
Message:

Generalize seletion for h2 and h3 tabs. Props chrisbliss18 fixes #15154

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network/site-info.php

    r15907 r15962  
    8080<?php screen_icon('ms-admin'); ?>
    8181<h2 id="edit-site"><?php echo $title ?></h2>
    82 <h3>
     82<h3 class="nav-tab-wrapper">
    8383<?php
    8484$tabs = array( 'site-info' => array( 'label' => __('Info'), 'url' => 'site-info.php'),  'site-options' => array( 'label' => __('Options'), 'url' => 'site-options.php'),
Note: See TracChangeset for help on using the changeset viewer.