X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/54fb5972b908f9c2b16cd82cee580bcf61565873..4f4e083f6f77639c41e2b1ddb200de8e34301cee:/wp-admin/options-writing.php diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index 96fa30ff..208aab4b 100644 --- a/wp-admin/options-writing.php +++ b/wp-admin/options-writing.php @@ -1,100 +1,135 @@ -
-

-
- - - - - - +
+ +

+ + + + +
-
- - + + + + + + + + + - - + + +
-
+
+

- + +
+ 0, 'name' => 'default_category', 'orderby' => 'name', 'selected' => get_option('default_category'), 'hierarchical' => true)); +?>
get_results("SELECT * FROM $wpdb->categories ORDER BY cat_name"); -foreach ($categories as $category) : -if ($category->cat_ID == get_settings('default_category')) $selected = " selected='selected'"; -else $selected = ''; -echo "\n\t"; -endforeach; +wp_dropdown_categories(array('hide_empty' => 0, 'name' => 'default_link_category', 'orderby' => 'name', 'selected' => get_option('default_link_category'), 'hierarchical' => true, 'type' => 'link')); ?> -
-
- -

%s, %s, %s.'), substr(md5(uniqid(microtime())),0,5), substr(md5(uniqid(microtime())),0,5), substr(md5(uniqid(microtime())),0,5)) ?>

+

+

+ + + + + + + + + + +
+
+
+
+
- +

+

%s, %s, %s.'), wp_generate_password(8, false), wp_generate_password(8, false), wp_generate_password(8, false)) ?>

+ +
- - + - - + + - + - - + + +
- - + + +
- +
cat_ID == get_settings('default_email_category')) $selected = " selected='selected'"; -else $selected = ''; -echo "\n\t"; -endforeach; +wp_dropdown_categories(array('hide_empty' => 0, 'name' => 'default_email_category', 'orderby' => 'name', 'selected' => get_option('default_email_category'), 'hierarchical' => true)); ?> -
-
-
- -

Update Services on the Codex. Separate multiple service URIs with line breaks.') ?>

+

+ + + +

+ + + + + +

Update Services because of your blog’s privacy settings.'), 'options-privacy.php'); ?>

+ + - -
+

- - - +

-
-
+ + - \ No newline at end of file +