Changeset 2017059
- Timestamp:
- 01/22/2019 05:38:10 PM (7 years ago)
- File:
-
- 1 edited
-
listing-posts-type/trunk/listing-posts-type.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
listing-posts-type/trunk/listing-posts-type.php
r2017058 r2017059 32 32 * @link http://poedit.net 33 33 * 34 * @since 0.1 35 */ 36 //load_plugin_textdomain( 'listing-posts-type', false, 'listing-posts-type/languages' ); 34 * @since 0.3.1 35 */ 36 function listing_posts_type_textdomain() { 37 load_plugin_textdomain( 'listing-posts-type', false, 'listing-posts-type/languages' ); 38 } 39 add_action( 'init', 'listing_posts_type_textdomain' ); 37 40 38 41 /**
Note: See TracChangeset
for help on using the changeset viewer.