Stub _c() for gears manifest. fixes #8142

git-svn-id: http://svn.automattic.com/wordpress/trunk@9794 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-11-19 19:50:10 +00:00
parent f5d551efe0
commit 2b64afff0d
1 changed files with 5 additions and 0 deletions

View File

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