Changeset 1239522
- Timestamp:
- 09/07/2015 07:12:14 AM (10 years ago)
- File:
-
- 1 edited
-
custom-menu-class/trunk/custom-menu-class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-menu-class/trunk/custom-menu-class.php
r1239520 r1239522 217 217 $columns = array( 218 218 'cb' => '<input type="checkbox" />', 219 'title' => _ e('CSS Class')219 'title' => __('CSS Class') 220 220 ); 221 221 … … 234 234 if ($screen->post_type == 'cmc_classes') 235 235 { 236 return 'Enter CSS Class here';236 return __('Enter CSS Class here'); 237 237 } 238 238 }
Note: See TracChangeset
for help on using the changeset viewer.