Archive | /wp-includes/formatting.php RSS feed for this section

clean_pre

Accepts matches array from preg_replace_callback in wpautop() or a string.Ensures that the contents of a

...

HTML block are not converted into paragraphs or line-breaks.

629

Continue reading

capital_P_dangit

Forever eliminate “Wordpress” from the planet (or at least the little bit we can influence).Violating our coding standards for a good function name.

583

Continue reading

balanceTags

Will only balance the tags if forced to and the option is set to balance tags.The option ‘use_balanceTags’ is used for whether the tags will be balanced. Both the $force parameter and ‘use_balanceTags’ option will have to be true before the tags will be balanced.

559

Continue reading

backslashit

Adds backslashes before letters and before a number at the start of a string.

557

Continue reading