Changeset 49935 for trunk/src/wp-admin/includes/deprecated.php
- Timestamp:
- 01/05/2021 04:46:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/deprecated.php
r49929 r49935 129 129 * @param int $level Optional. Number of levels deep to display. Default 0. 130 130 * @param array $categories Optional. Categories to include in the control. Default 0. 131 * @return void|false False if no categories were found.131 * @return void|false Void on success, false if no categories were found. 132 132 */ 133 133 function wp_dropdown_cats( $currentcat = 0, $currentparent = 0, $parent = 0, $level = 0, $categories = 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.