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:
parent
f5d551efe0
commit
2b64afff0d
|
@ -15,6 +15,11 @@ define( 'WPINC', '/wp-includes' );
|
|||
*/
|
||||
function __() {}
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
function _c() {}
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue