Make WordPress Core

Ticket #26967: 26967.patch

File 26967.patch, 2.4 KB (added by bcworkz, 11 years ago)
  • src/wp-admin/css/colors.css

     
    825825.plugins .active.update th,
    826826tr.active.update + tr.plugin-update-tr .plugin-update,
    827827#activity-widget #the-comment-list .unapproved {
    828         background-color: #fefaf7;
     828        background-color: #fef7f1;
    829829}
    830830
    831831.plugins tr.active.plugin-update-tr + tr.inactive th,
     
    884884
    885885#the-comment-list .unapproved th,
    886886#the-comment-list .unapproved td {
    887         background-color: #fefaf7;
     887        background-color: #fef7f1;
    888888}
    889889
    890890#the-comment-list .unapproved th.check-column {
  • src/wp-admin/edit-comments.php

     
    121121'id'            => 'moderating-comments',
    122122'title'         => __('Moderating Comments'),
    123123'content'       =>
    124                 '<p>' . __( 'A yellow row means the comment is waiting for you to moderate it.' ) . '</p>' .
     124                '<p>' . __( 'A light pink row with a red bar means the comment is waiting for you to moderate it.' ) . '</p>' .
    125125                '<p>' . __( 'In the <strong>Author</strong> column, in addition to the author&#8217;s name, email address, and blog URL, the commenter&#8217;s IP address is shown. Clicking on this link will show you all the comments made from this IP address.' ) . '</p>' .
    126126                '<p>' . __( 'In the <strong>Comment</strong> column, above each comment it says &#8220;Submitted on,&#8221; 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>' .
    127127                '<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>' .