Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/sidebar.php

    r4006 r3268  
    55
    66if ( ! current_user_can('edit_posts') )
    7     wp_die(__('Cheatin’ uh?'));
     7    die ("Cheatin' uh ?");
    88
    99if ('b' == $_GET['a']) {
     
    4949<body id="sidebar">
    5050<h1 id="wphead"><a href="http://wordpress.org/" rel="external">WordPress</a></h1>
    51 <form name="post" action="post.php" method="post">
     51<form name="post" action="post.php" method="POST">
    5252<div><input type="hidden" name="action" value="post" />
    5353<input type="hidden" name="user_ID" value="<?php echo $user_ID ?>" />
Note: See TracChangeset for help on using the changeset viewer.