Make WordPress Core

Changeset 27774


Ignore:
Timestamp:
03/27/2014 05:07:04 AM (11 years ago)
Author:
nacin
Message:

Comments: Update border color and help text.

props bcworkz.
fixes #26967.

Location:
trunk/src/wp-admin
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/dashboard.css

    r27740 r27774  
    752752
    753753#activity-widget #the-comment-list .unapproved {
    754     background-color: #fefaf7;
     754    background-color: #fef7f1;
    755755}
    756756
  • trunk/src/wp-admin/css/list-tables.css

    r27392 r27774  
    178178#the-comment-list .unapproved th,
    179179#the-comment-list .unapproved td {
    180     background-color: #fefaf7;
     180    background-color: #fef7f1;
    181181}
    182182
     
    11251125.plugins .active.update th,
    11261126tr.active.update + tr.plugin-update-tr .plugin-update {
    1127     background-color: #fefaf7;
     1127    background-color: #fef7f1;
    11281128}
    11291129
  • trunk/src/wp-admin/css/themes.css

    r27636 r27774  
    781781/* Theme Updates info */
    782782.theme-overlay .theme-update-message {
    783     background: #fefaf7;
     783    background: #fef7f1;
    784784    border: 1px solid #eee;
    785785    border-left: 4px solid #d54e21;
  • trunk/src/wp-admin/edit-comments.php

    r27369 r27774  
    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 red bar on the left 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>' .
Note: See TracChangeset for help on using the changeset viewer.