Plugin Directory

Changeset 1667842


Ignore:
Timestamp:
05/31/2017 04:58:04 PM (9 years ago)
Author:
josemanuelsh
Message:

Fixed Text Domain

Location:
coming-soon-for-genesis/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • coming-soon-for-genesis/trunk/plugin.php

    r1570828 r1667842  
    77Author URI: https://qosmicro.com/
    88
    9 Text Domain: genesis-coming-soon
     9Text Domain: coming-soon-for-genesis
    1010Domain Path: /languages
    1111
     
    5959add_action( 'genesis_init', 'gcs_genesis_init', 20 );
    6060function gcs_genesis_init() {
    61 
    62     # Load translations
    63     load_plugin_textdomain( 'coming-soon-for-genesis', false, 'genesis-coming-soon/languages' );
    6461
    6562    if( ! is_admin() ) {
  • coming-soon-for-genesis/trunk/readme.txt

    r1570828 r1667842  
    55Requires at least: 4.4.2
    66Tested up to: 4.7
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.6
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl.html
     
    7878== Changelog ==
    7979
     80= 1.0.6 =
     81* Fixed Text Domain
     82
    8083= 1.0.5 =
    8184* Added do_shortcode for Content
Note: See TracChangeset for help on using the changeset viewer.