diff --git a/wp-admin/sidebar.php b/wp-admin/sidebar.php index 89d87c871a..dcfd26f733 100644 --- a/wp-admin/sidebar.php +++ b/wp-admin/sidebar.php @@ -1,43 +1,32 @@ */ function selected($selected, $current) { if ($selected == $current) echo ' selected="selected"'; } -$mode = "sidebar"; +$mode = 'sidebar'; $standalone = 1; -require_once("admin-header.php"); +require_once('admin-header.php'); get_currentuserinfo(); -// just your usual browser thing because we're still too far from standards -$is_gecko = preg_match("/Gecko/",$HTTP_USER_AGENT); -$is_winIE = ((preg_match("/MSIE/",$HTTP_USER_AGENT)) && (preg_match("/Win/",$HTTP_USER_AGENT))); -$is_macIE = ((preg_match("/MSIE/",$HTTP_USER_AGENT)) && (preg_match("/Mac/",$HTTP_USER_AGENT))); -$is_IE = (($is_macIE) || ($is_winIE)); - if ($user_level == 0) die ("Cheatin' uh ?"); -$time_difference=get_settings('time_difference'); +$time_difference = get_settings('time_difference'); -if ($a=="b") { +if ('b' == $HTTP_GET_VARS['a']) { ?> +WordPress > Posted - -
- - -
+Posted !

Click here to post again.

-
-WordPress > sidebar +WordPress > Sidebar - - - -
- + +

WordPress

+ +
- - - +

Title: + +

+ +

+Post: + +

+

+ + + +

-
- - + +?> \ No newline at end of file