get_taxonomies() as $taxonomy) { $this->exclude($taxonomy->name, sprintf(__('Disallow by %s:', 'yarpp'), $taxonomy->labels->singular_name)); } $this->checkbox('show_pass_post', __('Show password protected posts?', 'yarpp')); $recent = yarpp_get_option('recent'); if ((bool) $recent) { list($recent_number, $recent_units) = explode(' ', $recent); } else { $recent_number = 12; $recent_units = 'month'; } $recent_number = ''; $recent_units = ''; ?>
/>