Changeset 37161
- Timestamp:
- 04/06/2016 12:34:23 AM (9 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/comment.php
r37158 r37161 212 212 <tr> 213 213 <th scope="row"><?php /* translators: field name in comment form */ _ex('Comment', 'noun'); ?></th> 214 <td >214 <td class="comment-content"> 215 215 <?php comment_text( $comment ); ?> 216 <p ><a href="<?php echo admin_url( "comment.php?action=editcomment&c={$comment->comment_ID}" ); ?>"><?php esc_attr_e( 'Edit' ); ?></a></p>216 <p class="edit-comment"><a href="<?php echo admin_url( "comment.php?action=editcomment&c={$comment->comment_ID}" ); ?>"><?php esc_attr_e( 'Edit' ); ?></a></p> 217 217 </td> 218 218 </tr> -
trunk/src/wp-admin/css/edit.css
r36972 r37161 1132 1132 } 1133 1133 1134 .comment-ays td p:last-of-type { 1134 .comment-ays .comment-content a[href]:after { 1135 content: '(' attr( href ) ')'; 1136 display: inline-block; 1137 padding: 0 4px; 1138 color: #72777C; 1139 font-size: 13px; 1140 } 1141 1142 .comment-ays .comment-content p.edit-comment { 1135 1143 margin-top: 10px; 1144 } 1145 1146 .comment-ays .comment-content p.edit-comment a[href]:after { 1147 content: ''; 1148 padding: 0; 1136 1149 } 1137 1150
Note: See TracChangeset
for help on using the changeset viewer.