- Timestamp:
- 10/02/2017 10:13:04 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-walker-category-checklist.php
r41221 r41688 28 28 * @since 2.5.1 29 29 * 30 * @param string $output Passed by reference. Used to append additional content.30 * @param string $output Used to append additional content (passed by reference). 31 31 * @param int $depth Depth of category. Used for tab indentation. 32 32 * @param array $args An array of arguments. @see wp_terms_checklist() … … 44 44 * @since 2.5.1 45 45 * 46 * @param string $output Passed by reference. Used to append additional content.46 * @param string $output Used to append additional content (passed by reference). 47 47 * @param int $depth Depth of category. Used for tab indentation. 48 48 * @param array $args An array of arguments. @see wp_terms_checklist() … … 60 60 * @since 2.5.1 61 61 * 62 * @param string $output Passed by reference. Used to append additional content.62 * @param string $output Used to append additional content (passed by reference). 63 63 * @param object $category The current term object. 64 64 * @param int $depth Depth of the term in reference to parents. Default 0. … … 115 115 * @since 2.5.1 116 116 * 117 * @param string $output Passed by reference. Used to append additional content.117 * @param string $output Used to append additional content (passed by reference). 118 118 * @param object $category The current term object. 119 119 * @param int $depth Depth of the term in reference to parents. Default 0.
Note: See TracChangeset
for help on using the changeset viewer.