Make WordPress Core

Changeset 3980


Ignore:
Timestamp:
07/05/2006 08:16:54 PM (18 years ago)
Author:
ryan
Message:

Lower case post. Props leftjustified. fixes #2908

Location:
branches/2.0/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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 ?>" />
Note: See TracChangeset for help on using the changeset viewer.