Plugin Directory

Changeset 1816890


Ignore:
Timestamp:
02/07/2018 12:36:07 AM (8 years ago)
Author:
sustun
Message:

Ekrana yazdırma hatası giderildi.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-quotpedia/trunk/wp-quotpedia.php

    r1816871 r1816890  
    2424    'wpb_widget',
    2525    // Widget name will appear in UI
    26     _e('Quotpedia', 'wpb_widget_domain'),
     26    __('Quotpedia', 'wpb_widget_domain'),
    2727   
    2828    // Widget description
    29     array( 'description' => _e('Widget for Quotpedia.', 'wpb_widget_domain' ), ) );
     29    array( 'description' => __('Widget for Quotpedia.', 'wpb_widget_domain' ), ) );
    3030}
    3131 
     
    5050        $title = $instance[ 'title' ];
    5151    } else {
    52         $title = _e('Title', 'wpb_widget_domain');
     52        $title = __('Title', 'wpb_widget_domain');
    5353    }
    5454    // Widget admin form
Note: See TracChangeset for help on using the changeset viewer.