I have a child theme that I am trying to use CodeStyling Localization with. I added the load_child_theme_textdomain('supertheme', get_stylesheet_directory().'/languages'); code in my child theme's functions.php file and my theme shows up but when I try to scan it, I get the Access Error below:
You are trying to rescan files which expands above your PHP Memory Limit at 0.0019168853759765625 MB during the analysis.
Please enable the low memory mode for scanning this component.
I have already checked the box that says "enable low memory mode" and still get the error.
If I remove the added code in my child theme's functions.php file, I have no problem scanning anything but of course my child theme does not show.
Any clue what I can do to get this working with my child theme?
http://wordpress.org/extend/plugins/codestyling-localization/