Make WordPress Core

Changeset 5205


Ignore:
Timestamp:
04/07/2007 03:52:53 PM (18 years ago)
Author:
rob1n
Message:

Fix typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/wp-cat2tag.php

    r5203 r5205  
    128128        if (!current_user_can('manage_categories') || !current_user_can('manage_tags')) {
    129129            print '<div class="narrow">';
    130             print '<p>' __('Cheatin&#8217; uh?') . '</p>';
     130            print '<p>' . __('Cheatin&#8217; uh?') . '</p>';
    131131            print '</div>';
    132132        } else {
Note: See TracChangeset for help on using the changeset viewer.