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-options.php

    r15907 r15962  
    6868<?php screen_icon('ms-admin'); ?>
    6969<h2 id="edit-site"><?php echo $title ?></h2>
    70 <h3>
     70<h3 class="nav-tab-wrapper">
    7171<?php
    7272$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.