X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/b3ddbea8a296025a672b3c3ddca158dc51ed8080..cd3609994b39a094ff7528b93f55631bb213fd7f:/wp-admin/includes/meta-boxes.php diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php index 6d396ad7..fde0af8c 100644 --- a/wp-admin/includes/meta-boxes.php +++ b/wp-admin/includes/meta-boxes.php @@ -27,14 +27,14 @@ function post_submit_meta_box($post) {
-post_status && 'future' != $post->post_status && 'pending' != $post->post_status ) { ?> +post_status && 'future' != $post->post_status && 'pending' != $post->post_status ) { ?> post_status ) { ?>style="display:none" type="submit" name="save" id="save-post" value="" tabindex="4" class="button button-highlighted" /> post_status && $can_publish ) { ?>
- +public ) : ?>
post_status ) { @@ -51,13 +51,13 @@ if ( 'publish' == $post->post_status ) {
- +
-
+
post_status ) { @@ -107,7 +107,7 @@ switch ( $post->post_status ) {
-
+
post_status ) { @@ -135,8 +135,6 @@ echo esc_html( $visibility_trans ); ?> ID)); ?> /> - - />
ID ) ); ?> tabindex="4" />
@@ -155,7 +153,7 @@ echo esc_html( $visibility_trans ); ?>
ID ) { if ( 'future' == $post->post_status ) { // scheduled for publishing at a future date @@ -176,7 +174,7 @@ if ( 0 != $post->ID ) { } if ( $can_publish ) : // Contributors don't get to choose the date of publish ?> -
+
@@ -261,7 +259,6 @@ function post_format_meta_box( $post, $box ) { cap->assign_terms) ? 'disabled="disabled"' : ''; + $comma = _x( ',', 'tag delimiter' ); ?>

labels->add_or_remove_items; ?>

-
+
cap->assign_terms) ) : ?>
@@ -303,7 +301,6 @@ function post_tags_meta_box($post, $box) { labels->parent_item_colon; ?> $taxonomy, 'hide_empty' => 0, 'name' => 'new'.$taxonomy.'_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => '— ' . $tax->labels->parent_item . ' —', 'tab_index' => 3 ) ); ?> - +

@@ -369,7 +366,6 @@ function post_categories_meta_box( $post, $box ) {
ID); -list_meta($metadata); +foreach ( $metadata as $key => $value ) { + if ( is_protected_meta( $metadata[ $key ][ 'meta_key' ], 'post' ) || ! current_user_can( 'edit_post_meta', $post->ID, $metadata[ $key ][ 'meta_key' ] ) ) + unset( $metadata[ $key ] ); +} +list_meta( $metadata ); meta_form(); ?>

use in your theme.'); ?>

get_var($wpdb->prepare("SELECT count(1) FROM $wpdb->comments WHERE comment_post_ID = '%d' AND ( comment_approved = '0' OR comment_approved = '1')", $post_ID)); - - if ( 1 > $total ) { - echo '

' . __('No comments yet.') . '

'; - return; - } - wp_nonce_field( 'get-comments', 'add_comment_nonce', false ); + ?> +

+ get_var($wpdb->prepare("SELECT count(1) FROM $wpdb->comments WHERE comment_post_ID = '%d' AND ( comment_approved = '0' OR comment_approved = '1')", $post_ID)); $wp_list_table = _get_list_table('WP_Post_Comments_List_Table'); $wp_list_table->display( true ); -?> -

- - - $total ) { + echo '

' . __('No comments yet.') . '

'; + } else { + $hidden = get_hidden_meta_boxes( get_current_screen() ); + if ( ! in_array('commentsdiv', $hidden) ) { + ?> + + +

+ post_type); if ( $post_type_object->hierarchical ) { - $pages = wp_dropdown_pages(array('post_type' => $post->post_type, 'exclude_tree' => $post->ID, 'selected' => $post->post_parent, 'name' => 'parent_id', 'show_option_none' => __('(no parent)'), 'sort_column'=> 'menu_order, post_title', 'echo' => 0)); + $dropdown_args = array( + 'post_type' => $post->post_type, + 'exclude_tree' => $post->ID, + 'selected' => $post->post_parent, + 'name' => 'parent_id', + 'show_option_none' => __('(no parent)'), + 'sort_column' => 'menu_order, post_title', + 'echo' => 0, + ); + + $dropdown_args = apply_filters( 'page_attributes_dropdown_pages_args', $dropdown_args, $post ); + $pages = wp_dropdown_pages( $dropdown_args ); if ( ! empty($pages) ) { ?>

@@ -581,7 +590,6 @@ function page_attributes_meta_box($post) {
-
+
@@ -624,7 +632,7 @@ function link_submit_meta_box($link) { @@ -643,7 +651,6 @@ if ( !empty($_GET['action']) && 'edit' == $_GET['action'] && current_user_can('m -
    -
  • -
  • -
- -
-
    - link_id) ) - wp_link_category_checklist($link->link_id); - else - wp_link_category_checklist(); - ?> +function link_categories_meta_box($link) { +?> +
    +
      +
    • +
    -
    - +
    +
      + link_id) ) + wp_link_category_checklist($link->link_id); + else + wp_link_category_checklist(); + ?> +
    +
    -
    -

    - + + +
    +

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

    XFN.'); ?>

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