Changeset 52204 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 11/18/2021 01:48:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r51873 r52204 97 97 * @see wp_terms_checklist() 98 98 * 99 * @param array $args An arrayof arguments.100 * @param int $post_id The post ID.99 * @param array|string $args An array or string of arguments. 100 * @param int $post_id The post ID. 101 101 */ 102 102 $params = apply_filters( 'wp_terms_checklist_args', $args, $post_id );
Note: See TracChangeset
for help on using the changeset viewer.