Make WordPress Core


Ignore:
Timestamp:
12/09/2008 12:00:44 PM (17 years ago)
Author:
azaozz
Message:

Keep the menu closed while loading

File:
1 edited

Legend:

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

    r10125 r10140  
    486486                $action .= ' hide-if-no-js';
    487487
    488             $actions_string .= "$sep<span class='$action'>$link</span>";
     488            $actions_string .= "<span class='$action'>$sep$link</span>";
    489489        }
    490490    }
Note: See TracChangeset for help on using the changeset viewer.