X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/76aea3697c6043c1613370f172395b4f65ee71f0..e9d988989fe37ab8c5f903e47fbe36e6e00dc51f:/wp-admin/options-writing.php?ds=sidebyside diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index 03379a42..a2c55dca 100644 --- a/wp-admin/options-writing.php +++ b/wp-admin/options-writing.php @@ -1,26 +1,47 @@ ' . __('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:') . '

' . + '

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

' . + '

' . __('Support Forums') . '

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

+ +

+
- + - - - +term_id == get_option('default_category')) $selected = " selected='selected'"; -else $selected = ''; -echo "\n\t"; -endforeach; +if ( current_theme_supports( 'post-formats' ) ) : + $post_formats = get_theme_support( 'post-formats' ); + if ( is_array( $post_formats[0] ) ) : ?> - + + + + - + +
+
+

@@ -29,110 +50,122 @@ include('admin-header.php');
+ 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, 'taxonomy' => 'link_category')); ?> -
-

-

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

+

+

+

+

+ +

-

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

+

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

+

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

+ + + -

- - - -

+