diff -r f507feede89a -r 09a1c134465b web/wp-admin/includes/meta-boxes.php --- a/web/wp-admin/includes/meta-boxes.php Wed Dec 19 12:35:13 2012 -0800 +++ b/web/wp-admin/includes/meta-boxes.php Wed Dec 19 17:46:52 2012 -0800 @@ -28,11 +28,11 @@
+
+
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' ) ); ?>
-
+
-
+labels->separate_items_with_commas ); ?>
@@ -320,8 +384,8 @@ ?>- + - $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 . ' —' ) ); ?> +
@@ -375,7 +439,7 @@ */ function post_excerpt_meta_box($post) { ?> - +Learn more about manual excerpts.'); ?>
to_ping) ) .'" />'; + $form_trackback = 'to_ping) ) .'" />'; if ('' != $post->pinged) { $pings = ''. __('Already pinged:') . '
- +
@@ -912,8 +976,7 @@ * * @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