diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 532cb59ea6..cc81c86bb7 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -2216,7 +2216,7 @@ function sanitize_title_for_query( $title ) { * * @param string $title The title to be sanitized. * @param string $raw_title Optional. Not used. Default empty. - * @param string $context Optional. The operation for which the string is sanitized. + * @param string $context Optional. The context for the sanitization. When set to 'save', additional entities are converted to hyphens or stripped entirely. * Default 'display'. * @return string The sanitized title. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 1f356d7db2..96ad75f3eb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta2-49481'; +$wp_version = '5.6-beta2-49482'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.