- Timestamp:
- 08/24/2023 08:59:36 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-walker-category-checklist.php
r51780 r56434 33 33 * @param string $output Used to append additional content (passed by reference). 34 34 * @param int $depth Depth of category. Used for tab indentation. 35 * @param array $args An array of arguments. @see wp_terms_checklist()35 * @param array $args An array of arguments. See {@see wp_terms_checklist()}. 36 36 */ 37 37 public function start_lvl( &$output, $depth = 0, $args = array() ) { … … 49 49 * @param string $output Used to append additional content (passed by reference). 50 50 * @param int $depth Depth of category. Used for tab indentation. 51 * @param array $args An array of arguments. @see wp_terms_checklist()51 * @param array $args An array of arguments. See {@see wp_terms_checklist()}. 52 52 */ 53 53 public function end_lvl( &$output, $depth = 0, $args = array() ) { … … 68 68 * @param WP_Term $data_object The current term object. 69 69 * @param int $depth Depth of the term in reference to parents. Default 0. 70 * @param array $args An array of arguments. @see wp_terms_checklist()70 * @param array $args An array of arguments. See {@see wp_terms_checklist()}. 71 71 * @param int $current_object_id Optional. ID of the current term. Default 0. 72 72 */ … … 131 131 * @param WP_Term $data_object The current term object. 132 132 * @param int $depth Depth of the term in reference to parents. Default 0. 133 * @param array $args An array of arguments. @see wp_terms_checklist()133 * @param array $args An array of arguments. See {@see wp_terms_checklist()}. 134 134 */ 135 135 public function end_el( &$output, $data_object, $depth = 0, $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.