Stub _c() for gears manifest. fixes #8142

git-svn-id: https://develop.svn.wordpress.org/trunk@9794 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-11-19 19:50:10 +00:00
parent 594fe65301
commit 07aed2ee39
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ define( 'WPINC', '/wp-includes' );
*/ */
function __() {} function __() {}
/**
* @ignore
*/
function _c() {}
/** /**
* @ignore * @ignore
*/ */