Make WordPress Core


Ignore:
Timestamp:
02/29/2012 06:11:49 PM (13 years ago)
Author:
nacin
Message:

Use proper object. see #20103.

File:
1 edited

Legend:

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

    r20029 r20038  
    13461346            } else {
    13471347                echo '<p>';
    1348                 printf( __( 'Use the current theme &mdash; %1$s &mdash; or <a href="%2$s">choose a new one</a>.' ), $this->display('Name'), esc_url( admin_url( 'themes.php' ) ) );
     1348                printf( __( 'Use the current theme &mdash; %1$s &mdash; or <a href="%2$s">choose a new one</a>.' ), $theme->display('Name'), esc_url( admin_url( 'themes.php' ) ) );
    13491349                echo '</p>';
    13501350            }
Note: See TracChangeset for help on using the changeset viewer.