Make WordPress Core

Changeset 9752


Ignore:
Timestamp:
11/18/2008 08:05:11 AM (15 years ago)
Author:
azaozz
Message:

Fix color of links separator in Recent Comments on dashboard, props jick, fixes #8239

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/dashboard.php

    r9748 r9752  
    462462                $action .= ' hide-if-no-js';
    463463
    464             $actions_string .= "<span class='$action'>$sep$link</span>";
     464            $actions_string .= "$sep<span class='$action'>$link</span>";
    465465        }
    466466    }
Note: See TracChangeset for help on using the changeset viewer.