Changeset 48175 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 06/26/2020 09:28:21 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r48142 r48175 2948 2948 * 2949 2949 * 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. 2951 2951 * 2952 2952 * @since 1.2.0 … … 2954 2954 * 2955 2955 * @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. 2957 2957 */ 2958 2958 function clean_pre($matches) {
Note: See TracChangeset
for help on using the changeset viewer.