Make WordPress Core

Changeset 16238


Ignore:
Timestamp:
11/08/2010 05:36:09 PM (14 years ago)
Author:
ryan
Message:

Fix typo. Props PeteMall. see #14435

File:
1 edited

Legend:

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

    r16237 r16238  
    427427    if ( $actions ) {
    428428        echo '<ul class="subsubsub">';
    429         foreach ( $action as $class => $action ) {
     429        foreach ( $actions as $class => $action ) {
    430430             $actions[ $class ] = "\t<li class='$class'>$action";
    431431        }
Note: See TracChangeset for help on using the changeset viewer.