Make WordPress Core


Ignore:
Timestamp:
10/02/2008 01:32:27 AM (17 years ago)
Author:
azaozz
Message:

Move Page Options button to the header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r9046 r9054  
    8282$search = attribute_escape( $search_dirty ); ?>
    8383
    84 <div id="edit-settings">
    85 <a href="#edit_settings" id="show-settings-link" class="hide-if-no-js show-settings"><?php _e('Page Options') ?></a>
    8684<div id="edit-settings-wrap" class="hidden">
    87 <a href="#edit_settings" id="hide-settings-link" class="show-settings"><?php _e('Hide Options') ?></a>
    8885<h5><?php _e('Show on screen') ?></h5>
    8986<form id="adv-settings" action="" method="get">
     
    9390<br class="clear" />
    9491</div></form>
    95 </div></div>
     92</div>
    9693
    9794<?php
Note: See TracChangeset for help on using the changeset viewer.