wp/wp-admin/edit-form-comment.php
changeset 5 5e2f62d02dcd
parent 0 d970ebf37754
child 7 cf61fcea0001
equal deleted inserted replaced
4:346c88efed21 5:5e2f62d02dcd
    11 	die('-1');
    11 	die('-1');
    12 ?>
    12 ?>
    13 <form name="post" action="comment.php" method="post" id="post">
    13 <form name="post" action="comment.php" method="post" id="post">
    14 <?php wp_nonce_field('update-comment_' . $comment->comment_ID) ?>
    14 <?php wp_nonce_field('update-comment_' . $comment->comment_ID) ?>
    15 <div class="wrap">
    15 <div class="wrap">
    16 <?php screen_icon(); ?>
       
    17 <h2><?php _e('Edit Comment'); ?></h2>
    16 <h2><?php _e('Edit Comment'); ?></h2>
    18 
    17 
    19 <div id="poststuff">
    18 <div id="poststuff">
    20 <input type="hidden" name="user_ID" value="<?php echo (int) $user_ID; ?>" />
       
    21 <input type="hidden" name="action" value="editedcomment" />
    19 <input type="hidden" name="action" value="editedcomment" />
    22 <input type="hidden" name="comment_ID" value="<?php echo esc_attr( $comment->comment_ID ); ?>" />
    20 <input type="hidden" name="comment_ID" value="<?php echo esc_attr( $comment->comment_ID ); ?>" />
    23 <input type="hidden" name="comment_post_ID" value="<?php echo esc_attr( $comment->comment_post_ID ); ?>" />
    21 <input type="hidden" name="comment_post_ID" value="<?php echo esc_attr( $comment->comment_post_ID ); ?>" />
    24 
    22 
    25 <div id="post-body" class="metabox-holder columns-2">
    23 <div id="post-body" class="metabox-holder columns-2">
    27 <div id="namediv" class="stuffbox">
    25 <div id="namediv" class="stuffbox">
    28 <h3><label for="name"><?php _e( 'Author' ) ?></label></h3>
    26 <h3><label for="name"><?php _e( 'Author' ) ?></label></h3>
    29 <div class="inside">
    27 <div class="inside">
    30 <table class="form-table editcomment">
    28 <table class="form-table editcomment">
    31 <tbody>
    29 <tbody>
    32 <tr valign="top">
    30 <tr>
    33 	<td class="first"><?php _e( 'Name:' ); ?></td>
    31 	<td class="first"><?php _e( 'Name:' ); ?></td>
    34 	<td><input type="text" name="newcomment_author" size="30" value="<?php echo esc_attr( $comment->comment_author ); ?>" id="name" /></td>
    32 	<td><input type="text" name="newcomment_author" size="30" value="<?php echo esc_attr( $comment->comment_author ); ?>" id="name" /></td>
    35 </tr>
    33 </tr>
    36 <tr valign="top">
    34 <tr>
    37 	<td class="first">
    35 	<td class="first">
    38 	<?php
    36 	<?php
    39 		if ( $comment->comment_author_email ) {
    37 		if ( $comment->comment_author_email ) {
    40 			printf( __( 'E-mail (%s):' ), get_comment_author_email_link( __( 'send e-mail' ), '', '' ) );
    38 			printf( __( 'E-mail (%s):' ), get_comment_author_email_link( __( 'send e-mail' ), '', '' ) );
    41 		} else {
    39 		} else {
    42 			_e( 'E-mail:' );
    40 			_e( 'E-mail:' );
    43 		}
    41 		}
    44 ?></td>
    42 ?></td>
    45 	<td><input type="text" name="newcomment_author_email" size="30" value="<?php echo $comment->comment_author_email; ?>" id="email" /></td>
    43 	<td><input type="text" name="newcomment_author_email" size="30" value="<?php echo $comment->comment_author_email; ?>" id="email" /></td>
    46 </tr>
    44 </tr>
    47 <tr valign="top">
    45 <tr>
    48 	<td class="first">
    46 	<td class="first">
    49 	<?php
    47 	<?php
    50 		if ( ! empty( $comment->comment_author_url ) && 'http://' != $comment->comment_author_url ) {
    48 		if ( ! empty( $comment->comment_author_url ) && 'http://' != $comment->comment_author_url ) {
    51 			$link = '<a href="' . $comment->comment_author_url . '" rel="external nofollow" target="_blank">' . __('visit site') . '</a>';
    49 			$link = '<a href="' . $comment->comment_author_url . '" rel="external nofollow" target="_blank">' . __('visit site') . '</a>';
    52 			printf( __( 'URL (%s):' ), apply_filters('get_comment_author_link', $link ) );
    50 			$author = get_comment_author( $comment->comment_ID );
       
    51 			/** This filter is documented in wp-includes/comment-template.php */
       
    52 			printf( __( 'URL (%s):' ), apply_filters( 'get_comment_author_link', $link, $author, $comment->comment_ID ) );
    53 		} else {
    53 		} else {
    54 			_e( 'URL:' );
    54 			_e( 'URL:' );
    55 		} ?></td>
    55 		} ?></td>
    56 	<td><input type="text" id="newcomment_author_url" name="newcomment_author_url" size="30" class="code" value="<?php echo esc_attr($comment->comment_author_url); ?>" /></td>
    56 	<td><input type="text" id="newcomment_author_url" name="newcomment_author_url" size="30" class="code" value="<?php echo esc_attr($comment->comment_author_url); ?>" /></td>
    57 </tr>
    57 </tr>
    69 </div>
    69 </div>
    70 </div><!-- /post-body-content -->
    70 </div><!-- /post-body-content -->
    71 
    71 
    72 <div id="postbox-container-1" class="postbox-container">
    72 <div id="postbox-container-1" class="postbox-container">
    73 <div id="submitdiv" class="stuffbox" >
    73 <div id="submitdiv" class="stuffbox" >
    74 <h3><span class='hndle'><?php _e('Status') ?></span></h3>
    74 <h3><span class="hndle"><?php _e('Status') ?></span></h3>
    75 <div class="inside">
    75 <div class="inside">
    76 <div class="submitbox" id="submitcomment">
    76 <div class="submitbox" id="submitcomment">
    77 <div id="minor-publishing">
    77 <div id="minor-publishing">
    78 
    78 
    79 <div id="minor-publishing-actions">
    79 <div id="minor-publishing-actions">
    97 </div>
    97 </div>
    98 <?php endif; ?>
    98 <?php endif; ?>
    99 
    99 
   100 <div class="misc-pub-section curtime misc-pub-curtime">
   100 <div class="misc-pub-section curtime misc-pub-curtime">
   101 <?php
   101 <?php
   102 // translators: Publish box date format, see http://php.net/date
   102 /* translators: Publish box date format, see http://php.net/date */
   103 $datef = __( 'M j, Y @ G:i' );
   103 $datef = __( 'M j, Y @ H:i' );
   104 $stamp = __('Submitted on: <b>%1$s</b>');
   104 $stamp = __('Submitted on: <b>%1$s</b>');
   105 $date = date_i18n( $datef, strtotime( $comment->comment_date ) );
   105 $date = date_i18n( $datef, strtotime( $comment->comment_date ) );
   106 ?>
   106 ?>
   107 <span id="timestamp"><?php printf($stamp, $date); ?></span>&nbsp;<a href="#edit_timestamp" class="edit-timestamp hide-if-no-js"><?php _e('Edit') ?></a>
   107 <span id="timestamp"><?php printf($stamp, $date); ?></span>&nbsp;<a href="#edit_timestamp" class="edit-timestamp hide-if-no-js"><?php _e('Edit') ?></a>
   108 <div id='timestampdiv' class='hide-if-js'><?php touch_time(('editcomment' == $action), 0); ?></div>
   108 <div id='timestampdiv' class='hide-if-js'><?php touch_time(('editcomment' == $action), 0); ?></div>
   109 </div>
   109 </div>
       
   110 
       
   111 <?php
       
   112 $post_id = $comment->comment_post_ID;
       
   113 if ( current_user_can( 'edit_post', $post_id ) ) {
       
   114 	$post_link = "<a href='" . esc_url( get_edit_post_link( $post_id ) ) . "'>";
       
   115 	$post_link .= esc_html( get_the_title( $post_id ) ) . '</a>';
       
   116 } else {
       
   117 	$post_link = esc_html( get_the_title( $post_id ) );
       
   118 }
       
   119 ?>
       
   120 
       
   121 <div class="misc-pub-section misc-pub-response-to">
       
   122 	<?php printf( __( 'In response to: <b>%s</b>' ), $post_link ); ?>
       
   123 </div>
       
   124 
       
   125 <?php
       
   126 if ( $comment->comment_parent ) :
       
   127 	$parent      = get_comment( $comment->comment_parent );
       
   128 	$parent_link = esc_url( get_comment_link( $comment->comment_parent ) );
       
   129 	$name        = get_comment_author( $parent->comment_ID );
       
   130 ?>
       
   131 <div class="misc-pub-section misc-pub-reply-to">
       
   132 	<?php printf( __( 'In reply to: <b><a href="%1$s">%2$s</a></b>' ), $parent_link, $name ); ?>
       
   133 </div>
       
   134 <?php endif; ?>
       
   135 
   110 </div> <!-- misc actions -->
   136 </div> <!-- misc actions -->
   111 <div class="clear"></div>
   137 <div class="clear"></div>
   112 </div>
   138 </div>
   113 
   139 
   114 <div id="major-publishing-actions">
   140 <div id="major-publishing-actions">
   125 </div><!-- /submitdiv -->
   151 </div><!-- /submitdiv -->
   126 </div>
   152 </div>
   127 
   153 
   128 <div id="postbox-container-2" class="postbox-container">
   154 <div id="postbox-container-2" class="postbox-container">
   129 <?php
   155 <?php
       
   156 /** This action is documented in wp-admin/edit-form-advanced.php */
       
   157 do_action( 'add_meta_boxes', 'comment', $comment );
   130 
   158 
   131 do_action('add_meta_boxes', 'comment', $comment);
   159 /**
   132 do_action('add_meta_boxes_comment', $comment);
   160  * Fires when comment-specific meta boxes are added.
       
   161  *
       
   162  * @since 3.0.0
       
   163  *
       
   164  * @param object $comment Comment object.
       
   165  */
       
   166 do_action( 'add_meta_boxes_comment', $comment );
   133 
   167 
   134 do_meta_boxes(null, 'normal', $comment);
   168 do_meta_boxes(null, 'normal', $comment);
   135 
   169 
       
   170 $referer = wp_get_referer();
   136 ?>
   171 ?>
   137 </div>
   172 </div>
   138 
   173 
   139 <input type="hidden" name="c" value="<?php echo esc_attr($comment->comment_ID) ?>" />
   174 <input type="hidden" name="c" value="<?php echo esc_attr($comment->comment_ID) ?>" />
   140 <input type="hidden" name="p" value="<?php echo esc_attr($comment->comment_post_ID) ?>" />
   175 <input type="hidden" name="p" value="<?php echo esc_attr($comment->comment_post_ID) ?>" />
   141 <input name="referredby" type="hidden" id="referredby" value="<?php echo esc_url( wp_get_referer() ); ?>" />
   176 <input name="referredby" type="hidden" id="referredby" value="<?php echo $referer ? esc_url( $referer ) : ''; ?>" />
   142 <?php wp_original_referer_field(true, 'previous'); ?>
   177 <?php wp_original_referer_field(true, 'previous'); ?>
   143 <input type="hidden" name="noredir" value="1" />
   178 <input type="hidden" name="noredir" value="1" />
   144 
   179 
   145 </div><!-- /post-body -->
   180 </div><!-- /post-body -->
   146 </div>
   181 </div>
   147 </div>
   182 </div>
   148 </form>
   183 </form>
   149 
   184 
       
   185 <?php if ( ! wp_is_mobile() ) : ?>
   150 <script type="text/javascript">
   186 <script type="text/javascript">
   151 try{document.post.name.focus();}catch(e){}
   187 try{document.post.name.focus();}catch(e){}
   152 </script>
   188 </script>
       
   189 <?php endif;