Make WordPress Core


Ignore:
Timestamp:
05/05/2009 05:17:23 AM (16 years ago)
Author:
ryan
Message:

Textual consistency. Props Denis-de-Bernardy. fixes #9596

File:
1 edited

Legend:

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

    r11190 r11192  
    942942
    943943        if ( $this->type == 'web' )
    944             $install_actions['themes_page'] = '<a href="' . admin_url('theme-install.php') . '" title="' . attr(__('Back to Theme Installer')) . '" target="_parent">' . __('Return to Theme Installer.') . '</a>';
     944            $install_actions['themes_page'] = '<a href="' . admin_url('theme-install.php') . '" title="' . attr(__('Return to Theme Installer')) . '" target="_parent">' . __('Return to Theme Installer.') . '</a>';
    945945        else
    946946            $install_actions['themes_page'] = '<a href="' . admin_url('themes.php') . '" title="' . attr(__('Themes page')) . '" target="_parent">' . __('Return to Themes page') . '</a>';
Note: See TracChangeset for help on using the changeset viewer.