-You can also e-mail the admin to ask for a promotion.
-When you’re promoted, just reload this page and you’ll be able to blog. :)'), get_settings('admin_email')); ?>
-
-
-posts (
post_content_filtered text NOT NULL,
post_parent int(11) NOT NULL default '0',
guid varchar(255) NOT NULL default '',
+ menu_order int(11) NOT NULL default '0',
PRIMARY KEY (ID),
- KEY post_date_gmt (post_date_gmt),
KEY post_name (post_name),
- KEY post_status (post_status)
);
CREATE TABLE $wpdb->users (
ID int(10) unsigned NOT NULL auto_increment,
diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css
index 5708d14839..6fa419ed89 100644
--- a/wp-admin/wp-admin.css
+++ b/wp-admin/wp-admin.css
@@ -47,7 +47,8 @@ body, td {
fieldset {
border: 1px solid #ddd;
- padding: 2px;
+ padding: 3px;
+ -moz-border-radius: 5px;
}
fieldset label.selectit {
@@ -467,7 +468,7 @@ textarea, input, select {
height: 4em;
}
-#titlediv, #poststatusdiv, #commentstatusdiv, #slugdiv, #postpassworddiv, #namediv, #uridiv, #emaildiv {
+#titlediv, #poststatusdiv, #commentstatusdiv, #slugdiv, #postpassworddiv, #namediv, #uridiv, #emaildiv, #pageparent {
float: left;
height: 6em;
margin-right: 5px;
diff --git a/wp-includes/version.php b/wp-includes/version.php
index ae36020849..ffc233b2d2 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -2,6 +2,6 @@
// This just holds the version number, in a separate file so we can bump it without cluttering the CVS
-$wp_version = '1.3-alpha-3';
+$wp_version = '1.3-alpha-4';
?>
\ No newline at end of file
- - - ( - - / - - ) (IP: - - ) - - -