X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/3e7fab96d7874067884348df10bbdcdefa4a89ad..9c40b4d36daed9e28e48a5fe9205c32557195a4b:/wp-admin/options-writing.php diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index e8979c45..208aab4b 100644 --- a/wp-admin/options-writing.php +++ b/wp-admin/options-writing.php @@ -1,124 +1,135 @@
-

+ +

+
- -

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

-
term_id == get_option('default_category')) $selected = " selected='selected'"; -else $selected = ''; -echo "\n\t"; -endforeach; +wp_dropdown_categories(array('hide_empty' => 0, 'name' => 'default_category', 'orderby' => 'name', 'selected' => get_option('default_category'), 'hierarchical' => true)); ?> -
term_id == get_option('default_link_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_option('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 URLs with line breaks.') ?>

+

- + -

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

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

-
+

- - - +

- \ No newline at end of file +