Changeset 15962 for trunk/wp-admin/network/site-options.php
- Timestamp:
- 10/25/2010 08:45:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/site-options.php
r15907 r15962 68 68 <?php screen_icon('ms-admin'); ?> 69 69 <h2 id="edit-site"><?php echo $title ?></h2> 70 <h3 >70 <h3 class="nav-tab-wrapper"> 71 71 <?php 72 72 $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.