mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Fixes for post screen.
git-svn-id: https://develop.svn.wordpress.org/trunk@1215 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -11,8 +11,6 @@ $messages[3] = __('Custom field deleted.');
|
||||
|
||||
$allowed_users = explode(" ", trim(get_settings('fileupload_allowedusers')));
|
||||
|
||||
$post_ID = intval($postdata['ID']);
|
||||
|
||||
$submitbutton_text = __('Save');
|
||||
$toprow_title = sprintf(__('Editing Post #%s'), $post_ID);
|
||||
if (0 == $post_ID) {
|
||||
@@ -73,7 +71,7 @@ window.onload = focusit;
|
||||
|
||||
<fieldset id="categorydiv">
|
||||
<legend><a href="http://wordpress.org/docs/reference/post/#category" title="<?php _e('Help on categories') ?>"><?php _e('Categories') ?></a></legend>
|
||||
<div><?php dropdown_categories($default_post_cat); ?></div>
|
||||
<div><?php dropdown_categories(get_settings('default_category')); ?></div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset id="poststatusdiv">
|
||||
|
||||
Reference in New Issue
Block a user