Changeset 8697 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 08/21/2008 02:25:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r8691 r8697 57 57 58 58 <form name="post" action="post.php" method="post" id="post"> 59 <div id="wpbody-content">60 61 62 59 <?php 63 60 … … 299 296 <input name="advanced_view" type="hidden" value="1" /> 300 297 <p class="meta-options"> 301 <label for="comment_status" class="selectit"> <input name="comment_status" type="checkbox" id="comment_status" value="open" <?php checked($post->comment_status, 'open'); ?> /> <?php _e('Allow comments on this post') ?></label>298 <label for="comment_status" class="selectit"> <input name="comment_status" type="checkbox" id="comment_status" value="open" <?php checked($post->comment_status, 'open'); ?> /> <?php _e('Allow comments on this post') ?></label> 302 299 </p> 303 300 <?php 304 305 301 306 302 if ( !$post_ID || $post_ID < 0 ) … … 318 314 <tr> 319 315 <th scope="col"><?php _e('Comments') ?></th> 316 <th scope="col"><?php _e('Author') ?></th> 320 317 <th scope="col"><?php _e('Submitted') ?></th> 321 318 </tr> … … 536 533 537 534 </div> 538 <br class="clear" />539 </div>540 541 535 </form> 542 536
Note: See TracChangeset
for help on using the changeset viewer.