diff --git a/src/wp-includes/formatting.php b/src/wp-includes/formatting.php
index 45fb3c35b6..a8b89375e5 100644
a
|
b
|
function sanitize_title_for_query( $title ) { |
2225 | 2225 | * |
2226 | 2226 | * @param string $title The title to be sanitized. |
2227 | 2227 | * @param string $raw_title Optional. Not used. |
2228 | | * @param string $context Optional. The operation for which the string is sanitized. |
| 2228 | * @param string $context Optional. The context for the sanitation. When set to 'save', additional entities are converted to hyphens or stripped entirely. |
2229 | 2229 | * @return string The sanitized title. |
2230 | 2230 | */ |
2231 | 2231 | function sanitize_title_with_dashes( $title, $raw_title = '', $context = 'display' ) { |