Make WordPress Core


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

One newline is enough.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/meta-boxes.php

    r19596 r19684  
    136136<?php endif; ?>
    137137<input type="hidden" name="hidden_post_visibility" id="hidden-post-visibility" value="<?php echo esc_attr( $visibility ); ?>" />
    138 
    139 
    140138<input type="radio" name="visibility" id="visibility-radio-public" value="public" <?php checked( $visibility, 'public' ); ?> /> <label for="visibility-radio-public" class="selectit"><?php _e('Public'); ?></label><br />
    141139<?php if ( $post_type == 'post' && current_user_can( 'edit_others_posts' ) ) : ?>
     
    262260}
    263261
    264 
    265262/**
    266263 * Display post tags form fields.
     
    303300<?php
    304301}
    305 
    306302
    307303/**
     
    370366}
    371367
    372 
    373368/**
    374369 * Display post excerpt form fields.
     
    384379<?php
    385380}
    386 
    387381
    388382/**
     
    412406}
    413407
    414 
    415408/**
    416409 * Display custom fields form fields.
     
    436429<?php
    437430}
    438 
    439431
    440432/**
     
    501493}
    502494
    503 
    504495/**
    505496 * Display slug form fields.
     
    514505<?php
    515506}
    516 
    517507
    518508/**
     
    536526}
    537527
    538 
    539528/**
    540529 * Display list of revisions.
     
    547536    wp_list_post_revisions();
    548537}
    549 
    550538
    551539// -- Page related Meta Boxes
     
    597585}
    598586
    599 
    600587// -- Link related Meta Boxes
    601588
     
    658645<?php
    659646}
    660 
    661647
    662648/**
     
    702688<?php
    703689}
    704 
    705690
    706691/**
     
    727712}
    728713
    729 
    730714/**
    731715 * Display checked checkboxes attribute for xfn microformat options.
     
    757741    }
    758742}
    759 
    760743
    761744/**
     
    878861}
    879862
    880 
    881863/**
    882864 * Display advanced link options form fields.
Note: See TracChangeset for help on using the changeset viewer.