Ticket #26967: 26967.2.patch
File 26967.2.patch, 3.2 KB (added by , 11 years ago) |
---|
-
wp-admin/css/dashboard.css
751 751 } 752 752 753 753 #activity-widget #the-comment-list .unapproved { 754 background-color: #fef af7;754 background-color: #fef7f1; 755 755 } 756 756 757 757 #activity-widget #the-comment-list .unapproved:before { … … 1132 1132 font-size: 20px; 1133 1133 margin: 0; 1134 1134 } 1135 } 1136 No newline at end of file 1135 } -
wp-admin/css/list-tables.css
177 177 178 178 #the-comment-list .unapproved th, 179 179 #the-comment-list .unapproved td { 180 background-color: #fef af7;180 background-color: #fef7f1; 181 181 } 182 182 183 183 #the-comment-list .unapproved th.check-column { … … 1124 1124 .plugins .active.update td, 1125 1125 .plugins .active.update th, 1126 1126 tr.active.update + tr.plugin-update-tr .plugin-update { 1127 background-color: #fef af7;1127 background-color: #fef7f1; 1128 1128 } 1129 1129 1130 1130 .plugins .active th.check-column { -
wp-admin/css/themes.css
780 780 781 781 /* Theme Updates info */ 782 782 .theme-overlay .theme-update-message { 783 background: #fef af7;783 background: #fef7f1; 784 784 border: 1px solid #eee; 785 785 border-left: 4px solid #d54e21; 786 786 -webkit-border-radius: 3px; -
wp-admin/edit-comments.php
121 121 'id' => 'moderating-comments', 122 122 'title' => __('Moderating Comments'), 123 123 'content' => 124 '<p>' . __( 'A yellow rowmeans the comment is waiting for you to moderate it.' ) . '</p>' .124 '<p>' . __( 'A red bar on the left means the comment is waiting for you to moderate it.' ) . '</p>' . 125 125 '<p>' . __( 'In the <strong>Author</strong> column, in addition to the author’s name, email address, and blog URL, the commenter’s IP address is shown. Clicking on this link will show you all the comments made from this IP address.' ) . '</p>' . 126 126 '<p>' . __( 'In the <strong>Comment</strong> column, above each comment it says “Submitted on,” followed by the date and time the comment was left on your site. Clicking on the date/time link will take you to that comment on your live site. Hovering over any comment gives you options to approve, reply (and approve), quick edit, edit, spam mark, or trash that comment.' ) . '</p>' . 127 127 '<p>' . __( 'In the <strong>In Response To</strong> column, there are three elements. The text is the name of the post that inspired the comment, and links to the post editor for that entry. The View Post link leads to that post on your live site. The small bubble with the number in it shows the number of approved comments that post has received. If the bubble is gray, you have moderated all comments for that post. If it is blue, there are pending comments. Clicking the bubble will filter the comments screen to show only comments on that post.' ) . '</p>' .