Changeset 1816890
- Timestamp:
- 02/07/2018 12:36:07 AM (8 years ago)
- File:
-
- 1 edited
-
wp-quotpedia/trunk/wp-quotpedia.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-quotpedia/trunk/wp-quotpedia.php
r1816871 r1816890 24 24 'wpb_widget', 25 25 // Widget name will appear in UI 26 _ e('Quotpedia', 'wpb_widget_domain'),26 __('Quotpedia', 'wpb_widget_domain'), 27 27 28 28 // Widget description 29 array( 'description' => _ e('Widget for Quotpedia.', 'wpb_widget_domain' ), ) );29 array( 'description' => __('Widget for Quotpedia.', 'wpb_widget_domain' ), ) ); 30 30 } 31 31 … … 50 50 $title = $instance[ 'title' ]; 51 51 } else { 52 $title = _ e('Title', 'wpb_widget_domain');52 $title = __('Title', 'wpb_widget_domain'); 53 53 } 54 54 // Widget admin form
Note: See TracChangeset
for help on using the changeset viewer.