X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/5aa86a9053fb0fa15846bb60aac2fb8fdfff524a..6c8f14c09105d0afa4c1574215c59b5021040e76:/wp-admin/includes/meta-boxes.php diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php index ddb3e9d4..2b0b2864 100644 --- a/wp-admin/includes/meta-boxes.php +++ b/wp-admin/includes/meta-boxes.php @@ -27,37 +27,35 @@ 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' ); } else { - $preview_link = get_permalink( $post->ID ); - if ( is_ssl() ) - $preview_link = str_replace( 'http://', 'https://', $preview_link ); + $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 ) { @@ -81,11 +79,11 @@ switch ( $post->post_status ) { ?> 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 ) : ?> @@ -105,9 +103,9 @@ switch ( $post->post_status ) {
-
+
-
+
post_status ) { @@ -135,11 +133,9 @@ echo esc_html( $visibility_trans ); ?> ID)); ?> /> - - />
-ID ) ); ?> tabindex="4" />
+ID ) ); ?> />
/>

@@ -152,7 +148,7 @@ echo esc_html( $visibility_trans ); ?>
-
+
ID ) { } if ( $can_publish ) : // Contributors don't get to choose the date of publish ?> -
+
- -
+ +
@@ -204,25 +200,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' ) ) : ?> - '5', 'accesskey' => 'p' ) ); ?> + 'p' ) ); ?> - '5', 'accesskey' => 'p' ) ); ?> + 'p' ) ); ?> - '5', 'accesskey' => 'p' ) ); ?> + 'p' ) ); ?> - +
@@ -233,6 +229,72 @@ 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' ) . ""; + } + ?> +
+ +
+ + + +
+
+
+ +
+ +cap->assign_terms) ? 'disabled="disabled"' : ''; + $comma = _x( ',', 'tag delimiter' ); ?>

labels->add_or_remove_items; ?>

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

-

+

labels->separate_items_with_commas ); ?>

@@ -303,7 +365,6 @@ function post_tags_meta_box($post, $box) {
cap->edit_terms) ) : ?>

- + labels->add_new_item ); @@ -354,12 +415,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 . ' —' ) ); ?> +

@@ -369,7 +430,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:') . '

    '; $already_pinged = explode("\n", trim($post->pinged)); @@ -411,7 +470,6 @@ if ( ! empty($pings) ) echo $pings; } - /** * Display custom fields form fields. * @@ -436,7 +494,6 @@ meta_form(); ?> 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; - } +function post_comment_meta_box( $post ) { + global $wpdb; wp_nonce_field( 'get-comments', 'add_comment_nonce', false ); + ?> +

    + $post->ID, 'number' => 1, 'count' => true ) ); $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) ) { + ?> + + +

    +
    link_id) ) { ?> - +
-
+
@@ -639,15 +696,15 @@ function link_submit_meta_box($link) {
link_id) ) { ?> - + - +
@@ -658,7 +715,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.'); ?>

    - - - - +
    + + + - - - + + + - - - + + + - - + + @@ -922,8 +976,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 ); +} \ No newline at end of file