Plugin Directory

Changeset 1239522


Ignore:
Timestamp:
09/07/2015 07:12:14 AM (10 years ago)
Author:
Aiken1
Message:

Bugfix: changed _e() to ()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • custom-menu-class/trunk/custom-menu-class.php

    r1239520 r1239522  
    217217    $columns = array(
    218218        'cb' => '<input type="checkbox" />',
    219         'title' => _e('CSS Class')
     219        'title' => __('CSS Class')
    220220    );
    221221
     
    234234     if  ($screen->post_type == 'cmc_classes')
    235235     {
    236           return 'Enter CSS Class here';
     236          return __('Enter CSS Class here');
    237237     }
    238238}
Note: See TracChangeset for help on using the changeset viewer.