Make WordPress Core


Ignore:
Timestamp:
06/26/2020 09:28:21 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Spell "line breaks" in a consistent way.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/deprecated.php

    r48142 r48175  
    29482948 *
    29492949 * Ensures that the contents of a `<pre>...</pre>` HTML block are not
    2950  * converted into paragraphs or line-breaks.
     2950 * converted into paragraphs or line breaks.
    29512951 *
    29522952 * @since 1.2.0
     
    29542954 *
    29552955 * @param array|string $matches The array or string
    2956  * @return string The pre block without paragraph/line-break conversion.
     2956 * @return string The pre block without paragraph/line break conversion.
    29572957 */
    29582958function clean_pre($matches) {
Note: See TracChangeset for help on using the changeset viewer.