From 07aed2ee394e6506d869c1cba6abcb7964edbf66 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 19 Nov 2008 19:50:10 +0000 Subject: [PATCH] Stub _c() for gears manifest. fixes #8142 git-svn-id: https://develop.svn.wordpress.org/trunk@9794 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/gears-manifest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wp-admin/gears-manifest.php b/wp-admin/gears-manifest.php index 8ff25ff1c9..47ec5d54e8 100644 --- a/wp-admin/gears-manifest.php +++ b/wp-admin/gears-manifest.php @@ -15,6 +15,11 @@ define( 'WPINC', '/wp-includes' ); */ function __() {} +/** + * @ignore + */ +function _c() {} + /** * @ignore */