Changeset 8439

Show
Ignore:
Timestamp:
07/24/08 21:02:37 (3 months ago)
Author:
mdawaffe
Message:

crazyhorse: get rid of list view on edit-comments.php

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/crazyhorse/wp-admin/edit-comments.php

    r8277 r8439  
    130130</form> 
    131131 
     132<!-- crazyhorse 
    132133<ul class="view-switch"> 
    133134    <li <?php if ( 'detail' == $mode ) echo "class='current'" ?>><a href="<?php echo clean_url(add_query_arg('mode', 'detail', $_SERVER['REQUEST_URI'])) ?>"><?php _e('Detail View') ?></a></li> 
    134135    <li <?php if ( 'list' == $mode ) echo "class='current'" ?>><a href="<?php echo clean_url(add_query_arg('mode', 'list', $_SERVER['REQUEST_URI'])) ?>"><?php _e('List View') ?></a></li> 
    135136</ul> 
     137--> 
    136138 
    137139<?php