Changeset 47397 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 03/01/2020 10:36:38 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r47372 r47397 2020 2020 * @since 5.1.0 2021 2021 * 2022 * @param mixed $terms Raw term data from the 'tax_input' field. 2023 * @return array 2022 * @param string $taxonomy The taxonomy name. 2023 * @param array $terms Raw term data from the 'tax_input' field. 2024 * @return int[] Array of sanitized term IDs. 2024 2025 */ 2025 2026 function taxonomy_meta_box_sanitize_cb_checkboxes( $taxonomy, $terms ) { … … 2032 2033 * @since 5.1.0 2033 2034 * 2034 * @param mixed $terms Raw term data from the 'tax_input' field. 2035 * @param string $taxonomy The taxonomy name. 2036 * @param array|string $terms Raw term data from the 'tax_input' field. 2035 2037 * @return array 2036 2038 */
Note: See TracChangeset
for help on using the changeset viewer.