X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/54fb5972b908f9c2b16cd82cee580bcf61565873..4f9d63e13cd8c6e275797c75b401b074b82937bc:/wp-admin/options-writing.php?ds=sidebyside diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index 96fa30ff..dc06459d 100644 --- a/wp-admin/options-writing.php +++ b/wp-admin/options-writing.php @@ -1,100 +1,157 @@ ' . __('You can submit content in several different ways; this screen holds the settings for all of them. The top section controls the editor within these administration screens, while the rest control external publishing methods. For more information on any of these methods, use the documentation links below.') . '

' . + '

' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '

' . + '

' . __('For more information:') . '

' . + '

' . __('Writing Settings Documentation') . '

' . + '

' . __('Support Forums') . '

' +); + +include('./admin-header.php'); ?> -
-

-
- - - - - - +
+ +

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

- + +
+ 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, 'taxonomy' => 'link_category')); ?> -
-
- -

%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 because of your site’s privacy settings.'), 'options-privacy.php'); ?>

-
- -

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

+ + - -
+

- - - +

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