Make WordPress Core


Ignore:
Timestamp:
01/05/2012 08:10:39 PM (15 years ago)
Author:
ryan
Message:

One newline is enough.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/nav-menu.php

    r19596 r19684  
    324324
    325325                }
    326 
    327326
    328327        } elseif ( preg_match('/quick-search-(posttype|taxonomy)-([a-zA-Z_-]*\b)/', $type, $matches) ) {
     
    712711                </div><!-- /.tabs-panel -->
    713712
    714 
    715713                <div id="<?php echo $post_type_name; ?>-all" class="tabs-panel tabs-panel-view-all <?php
    716714                        echo ( 'all' == $current_tab ? 'tabs-panel-active' : 'tabs-panel-inactive' );
     
    768766                </div><!-- /.tabs-panel -->
    769767
    770 
    771768                <p class="button-controls">
    772769                        <span class="list-controls">
     
    11261123        }
    11271124
    1128 
    11291125}
    11301126
Note: See TracChangeset for help on using the changeset viewer.