Changeset 3980

Show
Ignore:
Timestamp:
07/05/06 20:16:54 (2 years ago)
Author:
ryan
Message:

Lower case post. Props leftjustified. fixes #2908

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.0/wp-admin/admin-functions.php

    r3906 r3980  
    17661766} 
    17671767</script> 
    1768 <form enctype="multipart/form-data" id="uploadForm" method="POST" action="<?php echo $action ?>"> 
     1768<form enctype="multipart/form-data" id="uploadForm" method="post" action="<?php echo $action ?>"> 
    17691769<label for="upload"><?php _e('File:'); ?></label><input type="file" id="upload" name="import" /> 
    17701770<input type="hidden" name="action" value="save" /> 
  • branches/2.0/wp-admin/sidebar.php

    r3268 r3980  
    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 ?>" />