Skip to content

Commit 44a60ee

Browse files
Merge branch 'trunk' into feat/trac-64109-minify-twentytwentyone
2 parents c7dff92 + 452f0d3 commit 44a60ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/taxonomy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1767,7 +1767,7 @@ function sanitize_term( $term, $taxonomy, $context = 'display' ) {
17671767
* @param string $taxonomy Taxonomy name.
17681768
* @param string $context Context in which to sanitize the term field.
17691769
* Accepts 'raw', 'edit', 'db', 'display', 'rss',
1770-
* 'attribute', or 'js'. Default 'display'.
1770+
* 'attribute', or 'js'.
17711771
* @return mixed Sanitized field.
17721772
*/
17731773
function sanitize_term_field( $field, $value, $term_id, $taxonomy, $context ) {

0 commit comments

Comments
 (0)