Changeset 32900
- Timestamp:
- 06/21/2015 10:07:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r32899 r32900 3069 3069 * 3070 3070 * The filter 'format_for_editor' is applied here. If $text is empty the filter will 3071 * be applied to an empty string. 3071 * be applied to an empty string. 3072 3072 * 3073 3073 * @since 4.3.0 3074 3074 * 3075 3075 * @param string $text The text to be formatted. 3076 * @return string The formatted text after filter is applied. <?3076 * @return string The formatted text after filter is applied. 3077 3077 */ 3078 3078 function format_for_editor( $text, $default_editor = null ) {
Note: See TracChangeset
for help on using the changeset viewer.