Changeset 19684 for trunk/wp-admin/includes/meta-boxes.php
- Timestamp:
- 01/05/2012 08:10:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/meta-boxes.php
r19596 r19684 136 136 <?php endif; ?> 137 137 <input type="hidden" name="hidden_post_visibility" id="hidden-post-visibility" value="<?php echo esc_attr( $visibility ); ?>" /> 138 139 140 138 <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 /> 141 139 <?php if ( $post_type == 'post' && current_user_can( 'edit_others_posts' ) ) : ?> … … 262 260 } 263 261 264 265 262 /** 266 263 * Display post tags form fields. … … 303 300 <?php 304 301 } 305 306 302 307 303 /** … … 370 366 } 371 367 372 373 368 /** 374 369 * Display post excerpt form fields. … … 384 379 <?php 385 380 } 386 387 381 388 382 /** … … 412 406 } 413 407 414 415 408 /** 416 409 * Display custom fields form fields. … … 436 429 <?php 437 430 } 438 439 431 440 432 /** … … 501 493 } 502 494 503 504 495 /** 505 496 * Display slug form fields. … … 514 505 <?php 515 506 } 516 517 507 518 508 /** … … 536 526 } 537 527 538 539 528 /** 540 529 * Display list of revisions. … … 547 536 wp_list_post_revisions(); 548 537 } 549 550 538 551 539 // -- Page related Meta Boxes … … 597 585 } 598 586 599 600 587 // -- Link related Meta Boxes 601 588 … … 658 645 <?php 659 646 } 660 661 647 662 648 /** … … 702 688 <?php 703 689 } 704 705 690 706 691 /** … … 727 712 } 728 713 729 730 714 /** 731 715 * Display checked checkboxes attribute for xfn microformat options. … … 757 741 } 758 742 } 759 760 743 761 744 /** … … 878 861 } 879 862 880 881 863 /** 882 864 * Display advanced link options form fields.
Note: See TracChangeset
for help on using the changeset viewer.