diff --git a/src/wp-includes/formatting.php b/src/wp-includes/formatting.php
index 1cd43ab17f..92b9ace456 100644
a
|
b
|
function sanitize_title_for_query( $title ) { |
2216 | 2216 | * |
2217 | 2217 | * @param string $title The title to be sanitized. |
2218 | 2218 | * @param string $raw_title Optional. Not used. Default empty. |
2219 | | * @param string $context Optional. The operation for which the string is sanitized. |
| 2219 | * @param string $context Optional. The context for the sanitization. When set to 'save', additional entities are converted to hyphens or stripped entirely. |
2220 | 2220 | * Default 'display'. |
2221 | 2221 | * @return string The sanitized title. |
2222 | 2222 | */ |