From be9b64fddb5bcd64f1dd80f29f2108bdafc68810 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 7 Nov 2014 13:06:57 -0500 Subject: [PATCH] Lobotomized misbehaving foundationpress cleanup.ph This time it was causing captions entered into the insert media window when inserting media into a page to end up in the alternative text box. (And who knows what else.) --- library/cleanup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/cleanup.php b/library/cleanup.php index e53fa56..f9933ac 100644 --- a/library/cleanup.php +++ b/library/cleanup.php @@ -6,7 +6,7 @@ */ -add_action('after_setup_theme','start_cleanup'); +//add_action('after_setup_theme','start_cleanup'); function start_cleanup() { -- 2.17.1