You appear to be a bot. Output may be restricted
Description
Add files to ignore when the plugin is NOT "wordpress"These are mostly being ignored since they contained OO code or LOTS of functions we really didn't care much about.
Usage
_ca_not_wordpress_ignore_list();
Parameters
Returns
voidTO DO
Revisit since a) We can handle OO code now b) We might actually care about some of themSource
File name: oik-batch/oik-ignore-list.phpLines:
1 to 6 of 6
function _ca_not_wordpress_ignore_list() { $ignore_files = "geshi,cron-svn-pots,"; $ignore_files .= "extract,ExtractTest,l10n,makepot,mo,po,streams,pot-ext-meta,"; $ignore_files .= "extension.cache.dbm,extension.cache.mysql,getid3.lib,module.archive.gzip,module.archive.rar"; return( $ignore_files ); }View on GitHub