I recently updated to 1.2.1 (I also have WP 3.1 in case that’s relevant). I cannot find the options to disable showing child page listings. I found r67 and r68 on the google code page, but none of this code appears in the files:
…/graphene/admin/options-defaults.php doesn’t have:
/* Child page options */
'hide_child_pages' => false,
…/graphene/admin/options.php doesn’t have:
<label><?php _e('Hide child page listings', 'graphene'); ?></label>
<td><input type="checkbox" name="graphene_settings[hide_child_pages]" <?php if ($graphene_settings['hide_child_pages'] == true) echo 'checked="checked"' ?> value="true" /></td>
…/graphene/loop-children.php doesn’t have:
if ( ! $graphene_settings['hide_child_pages'] ) :
Thanks for a great theme by the way!