X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/699231ae09f7057a4d0000cdf32e50a3df6a04ca..a349837896628462bf8c9bdc27d1477a10fe03eb:/wp-admin/includes/meta-boxes.php diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php index 0f8b339b..e77c9ecc 100644 --- a/wp-admin/includes/meta-boxes.php +++ b/wp-admin/includes/meta-boxes.php @@ -9,7 +9,7 @@ * * @param object $post */ -function post_submit_meta_box($post) { +function post_submit_meta_box($post, $args = array() ) { global $action; $post_type = $post->post_type; @@ -22,38 +22,40 @@ function post_submit_meta_box($post) {
- +
-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 && 'future' != $post->post_status && 'pending' != $post->post_status ) { ?> +post_status ) { ?>style="display:none" type="submit" name="save" id="save-post" value="" class="button" /> post_status && $can_publish ) { ?> - + +
- +public ) : ?>
post_status ) { - $preview_link = esc_url(get_permalink($post->ID)); - $preview_button = __('Preview Changes'); + $preview_link = esc_url( get_permalink( $post->ID ) ); + $preview_button = __( 'Preview Changes' ); } else { - $preview_link = esc_url(apply_filters('preview_post_link', add_query_arg('preview', 'true', get_permalink($post->ID)))); - $preview_button = __('Preview'); + $preview_link = set_url_scheme( get_permalink( $post->ID ) ); + $preview_link = esc_url( apply_filters( 'preview_post_link', add_query_arg( 'preview', 'true', $preview_link ) ) ); + $preview_button = __( 'Preview' ); } ?> - +
- +
-
+
-
+
post_status ) { @@ -73,18 +75,15 @@ switch ( $post->post_status ) { case 'auto-draft': _e('Draft'); break; - case 'auto-draft': - _e('Unsaved'); - break; } ?> post_status || 'private' == $post->post_status || $can_publish ) { ?> -post_status ) { ?>style="display:none;" class="edit-post-status hide-if-no-js" tabindex='4'> +post_status ) { ?>style="display:none;" class="edit-post-status hide-if-no-js">
- post_status ) : ?> post_status, 'publish' ); ?> value='publish'> post_status ) : ?> @@ -100,13 +99,13 @@ switch ( $post->post_status ) { - +
-
+
-
+
post_status ) { @@ -134,28 +133,25 @@ echo esc_html( $visibility_trans ); ?> ID)); ?> /> - - />
- -ID)); ?> tabindex="4" />
+ +ID ) ); ?> />
/>
-
+
/>

- +

-
- +
ID ) { if ( 'future' == $post->post_status ) { // scheduled for publishing at a future date @@ -175,12 +171,30 @@ if ( 0 != $post->ID ) { $date = date_i18n( $datef, strtotime( current_time('mysql') ) ); } +if ( ! empty( $args['args']['revisions_count'] ) ) : + $revisions_to_keep = wp_revisions_to_keep( $post ); +?> +
+ 0 && $revisions_to_keep <= $args['args']['revisions_count'] ) { + echo ''; + printf( __( 'Revisions: %s' ), '' . number_format_i18n( $args['args']['revisions_count'] ) . '+' ); + echo ''; + } else { + printf( __( 'Revisions: %s' ), '' . number_format_i18n( $args['args']['revisions_count'] ) . '' ); + } +?> + +
+ -
+
- -
+ +
@@ -204,25 +218,25 @@ if ( current_user_can( "delete_post", $post->ID ) ) {
- + post_status, array('publish', 'future', 'private') ) || 0 == $post->ID ) { if ( $can_publish ) : if ( !empty($post->post_date_gmt) && time() < strtotime( $post->post_date_gmt . ' +0000' ) ) : ?> - + 'p' ) ); ?> - + 'p' ) ); ?> - + 'p' ) ); ?> - +
@@ -233,6 +247,99 @@ if ( !in_array( $post->post_status, array('publish', 'future', 'private') ) || 0 post_type; + $post_type_object = get_post_type_object($post_type); + $can_publish = current_user_can($post_type_object->cap->publish_posts); +?> +
+ +
+ + +
+ +
+ + +
+ %1$s'); + $date = date_i18n( $datef, strtotime( $post->post_date ) ); + ?> +
+ +
+ + +
+
+
+ +
+
+ ID ) ) + if ( EMPTY_TRASH_DAYS && MEDIA_TRASH ) { + echo "" . __( 'Trash' ) . ""; + } else { + $delete_ays = ! MEDIA_TRASH ? " onclick='return showNotice.warn();'" : ''; + echo "" . __( 'Delete Permanently' ) . ""; + } + ?> +
+ +
+ + + +
+
+
+ +
+ +post_type, 'post-formats' ) ) : + $post_formats = get_theme_support( 'post-formats' ); + + if ( is_array( $post_formats[0] ) ) : + $post_format = get_post_format( $post->ID ); + if ( !$post_format ) + $post_format = '0'; + // Add in the current one if it isn't there yet, in case the current theme doesn't support it + if ( $post_format && !in_array( $post_format, $post_formats[0] ) ) + $post_formats[0][] = $post_format; + ?> +
+ /> + +
/> +
+
+ cap->assign_terms) ? 'disabled="disabled"' : ''; + $user_can_assign_terms = current_user_can( $taxonomy->cap->assign_terms ); + $comma = _x( ',', 'tag delimiter' ); ?>

labels->add_or_remove_items; ?>

-
- cap->assign_terms) ) : ?> +
+
labels->add_new_item; ?>

-

+

-

labels->separate_items_with_commas ); ?>

+

labels->separate_items_with_commas; ?>

-cap->assign_terms) ) : ?> +

labels->choose_from_most_used; ?>

- -

- cap->assign_terms) ) : ?> -

- cap->edit_terms) ) : ?>

- + labels->add_new_item ); @@ -331,12 +433,12 @@ function post_categories_meta_box( $post, $box ) {

- + - $taxonomy, 'hide_empty' => 0, 'name' => 'new'.$taxonomy.'_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => '— ' . $tax->labels->parent_item . ' —', 'tab_index' => 3 ) ); ?> - + $taxonomy, 'hide_empty' => 0, 'name' => 'new'.$taxonomy.'_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => '— ' . $tax->labels->parent_item . ' —' ) ); ?> +

@@ -346,7 +448,6 @@ function post_categories_meta_box( $post, $box ) { - +

Learn more about manual excerpts.'); ?>

to_ping) ) .'" />'; + $form_trackback = 'to_ping) ) .'" />'; if ('' != $post->pinged) { $pings = '

'. __('Already pinged:') . '

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)); + wp_nonce_field( 'get-comments', 'add_comment_nonce', false ); + ?> +

+ $total ) { - echo '

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

'; - return; - } + $total = get_comments( array( 'post_id' => $post->ID, 'number' => 1, 'count' => true ) ); + $wp_list_table = _get_list_table('WP_Post_Comments_List_Table'); + $wp_list_table->display( true ); - wp_nonce_field( 'get-comments', 'add_comment_nonce', false ); - add_filter('manage_edit-comments_columns', 'post_comment_meta_box_thead', 8, 1); -?> + if ( 1 > $total ) { + echo '

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

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

- - - +

+ - + id, true, $post->post_type ); // TODO: ROLE SYSTEM - if ( $post->post_author && !in_array($post->post_author, $authors) ) - $authors[] = $post->post_author; + global $user_ID; ?> - $authors, 'name' => 'post_author_override', 'selected' => empty($post->ID) ? $user_ID : $post->post_author) ); ?> + 'authors', + 'name' => 'post_author_override', + 'selected' => empty($post->ID) ? $user_ID : $post->post_author, + 'include_selected' => true + ) ); } - /** * Display list of revisions. * @@ -518,11 +620,10 @@ function post_author_meta_box($post) { * * @param object $post */ -function post_revisions_meta_box($post) { - wp_list_post_revisions(); +function post_revisions_meta_box( $post ) { + wp_list_post_revisions( $post ); } - // -- Page related Meta Boxes /** @@ -535,7 +636,18 @@ function post_revisions_meta_box($post) { function page_attributes_meta_box($post) { $post_type_object = get_post_type_object($post->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) ) { ?>

@@ -560,7 +672,6 @@ function page_attributes_meta_box($post) {
- +
link_id) ) { ?> - +
-
+
@@ -603,15 +714,15 @@ function link_submit_meta_box($link) {
link_id) ) { ?> - + - +
@@ -622,7 +733,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.'); ?>

    - - - - +
    + + + - - - + + + - - - + + + - - + + @@ -886,8 +994,7 @@ function link_advanced_meta_box($link) { * * @since 2.9.0 */ -function post_thumbnail_meta_box() { - global $post; +function post_thumbnail_meta_box( $post ) { $thumbnail_id = get_post_meta( $post->ID, '_thumbnail_id', true ); - echo _wp_post_thumbnail_html( $thumbnail_id ); + echo _wp_post_thumbnail_html( $thumbnail_id, $post->ID ); }