Skip to content

Instantly share code, notes, and snippets.

@ooooak
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ooooak/68e2a9eba8297e0c3238 to your computer and use it in GitHub Desktop.
Save ooooak/68e2a9eba8297e0c3238 to your computer and use it in GitHub Desktop.
[wordpress] plugin patch
<?php
if (!isset($GLOBALS['_scb_data'])):
$GLOBALS['_scb_data'] = array( 60, __FILE__, array(
'scbUtil', 'scbOptions', 'scbForms', 'scbTable',
'scbWidget', 'scbAdminPage', 'scbBoxesPage', 'scbPostMetabox',
'scbCron', 'scbHooks',
));
endif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment