Changes in trunk/wp-admin/sidebar.php [4006:3268]
- File:
-
- 1 edited
-
trunk/wp-admin/sidebar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/sidebar.php
r4006 r3268 5 5 6 6 if ( ! current_user_can('edit_posts') ) 7 wp_die(__('Cheatin’ uh?'));7 die ("Cheatin' uh ?"); 8 8 9 9 if ('b' == $_GET['a']) { … … 49 49 <body id="sidebar"> 50 50 <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"> 52 52 <div><input type="hidden" name="action" value="post" /> 53 53 <input type="hidden" name="user_ID" value="<?php echo $user_ID ?>" />
Note: See TracChangeset
for help on using the changeset viewer.