Make WordPress Core

Changeset 30794


Ignore:
Timestamp:
12/09/2014 11:26:27 AM (9 years ago)
Author:
ocean90
Message:

Remove a stray $ from [30793].

props ipm-frommen.
see #30553.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/themes.php

    r30793 r30794  
    191191                    $current_theme_actions[] = "<a class='button button-secondary$class' href='{$item[2]}'>{$item[0]}</a>";
    192192                } else {
    193                     $current_theme_actions[] = "<a class='button button-secondary$class' href='themes.php?page={$item[2]}'$>{$item[0]}</a>";
     193                    $current_theme_actions[] = "<a class='button button-secondary$class' href='themes.php?page={$item[2]}'>{$item[0]}</a>";
    194194                }
    195195            }
Note: See TracChangeset for help on using the changeset viewer.