Cut 'em out, move 'em on, trailing whitespace
git-svn-id: http://svn.automattic.com/wordpress/trunk@15116 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -694,7 +694,7 @@ function wp_nav_menu_item_post_type_meta_box( $object, $post_type ) {
|
||||
<ul id="<?php echo $post_type_name; ?>checklist" class="list:<?php echo $post_type_name?> categorychecklist form-no-clear">
|
||||
<?php
|
||||
$args['walker'] = $walker;
|
||||
|
||||
|
||||
// if we're dealing with pages, let's put a checkbox for the front page at the top of the list
|
||||
if ( 'page' == $post_type_name ) {
|
||||
$front_page = 'page' == get_option('show_on_front') ? (int) get_option( 'page_on_front' ) : 0;
|
||||
@@ -1106,7 +1106,7 @@ function wp_nav_menu_manage_columns() {
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
/**
|
||||
* Deletes orphaned draft menu items
|
||||
*
|
||||
* @access private
|
||||
|
||||
Reference in New Issue
Block a user