Changeset 30680 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 12/01/2014 12:59:43 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r30641 r30680 404 404 * @since 2.7.0 405 405 * 406 * @param string|int $position406 * @param int $position 407 407 * @param bool $checkbox 408 408 * @param string $mode … … 708 708 * @since 0.71 709 709 * 710 * @param int |bool$edit Accepts 1|true for editing the date, 0|false for adding the date.711 * @param int |bool$for_post Accepts 1|true for applying the date to a post, 0|false for a comment.712 * @param int |bool$tab_index The tabindex attribute to add. Default 0.713 * @param int |bool$multi Optional. Whether the additional fields and buttons should be added.710 * @param int $edit Accepts 1|true for editing the date, 0|false for adding the date. 711 * @param int $for_post Accepts 1|true for applying the date to a post, 0|false for a comment. 712 * @param int $tab_index The tabindex attribute to add. Default 0. 713 * @param int $multi Optional. Whether the additional fields and buttons should be added. 714 714 * Default 0|false. 715 715 */ … … 814 814 * @param int $level Optional. Page depth level. Default 0. 815 815 * 816 * @return void|boolBoolean False if page has no children, otherwise print out html elements816 * @return null|false Boolean False if page has no children, otherwise print out html elements 817 817 */ 818 818 function parent_dropdown( $default = 0, $parent = 0, $level = 0 ) { … … 993 993 * @since 2.5.0 994 994 * 995 * @param string|object $screen Screen identifier 995 * @staticvar bool $already_sorted 996 * @param string|WP_Screen $screen Screen identifier 996 997 * @param string $context box context 997 998 * @param mixed $object gets passed to the box callback function as first parameter
Note: See TracChangeset
for help on using the changeset viewer.