From 1504303718649764b45569810aca4769fad0f334 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 4 May 2009 20:57:22 +0000 Subject: [PATCH] Stub attribute_escape() git-svn-id: https://develop.svn.wordpress.org/trunk@11179 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/manifest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wp-admin/includes/manifest.php b/wp-admin/includes/manifest.php index b41eb7a088..15ba7d6d1e 100644 --- a/wp-admin/includes/manifest.php +++ b/wp-admin/includes/manifest.php @@ -28,6 +28,11 @@ function add_filter() {} */ function attr() {} +/** + * @ignore + */ +function attribute_escape() {} + /** * @ignore */