mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Spell "line breaks" in a consistent way.
See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48175 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2947,13 +2947,13 @@ function get_current_theme() {
|
||||
* Accepts matches array from preg_replace_callback in wpautop() or a string.
|
||||
*
|
||||
* Ensures that the contents of a `<pre>...</pre>` HTML block are not
|
||||
* converted into paragraphs or line-breaks.
|
||||
* converted into paragraphs or line breaks.
|
||||
*
|
||||
* @since 1.2.0
|
||||
* @deprecated 3.4.0
|
||||
*
|
||||
* @param array|string $matches The array or string
|
||||
* @return string The pre block without paragraph/line-break conversion.
|
||||
* @return string The pre block without paragraph/line break conversion.
|
||||
*/
|
||||
function clean_pre($matches) {
|
||||
_deprecated_function( __FUNCTION__, '3.4.0' );
|
||||
|
||||
Reference in New Issue
Block a user