Changeset 1667842
- Timestamp:
- 05/31/2017 04:58:04 PM (9 years ago)
- Location:
- coming-soon-for-genesis/trunk
- Files:
-
- 2 edited
-
plugin.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
coming-soon-for-genesis/trunk/plugin.php
r1570828 r1667842 7 7 Author URI: https://qosmicro.com/ 8 8 9 Text Domain: genesis-coming-soon9 Text Domain: coming-soon-for-genesis 10 10 Domain Path: /languages 11 11 … … 59 59 add_action( 'genesis_init', 'gcs_genesis_init', 20 ); 60 60 function gcs_genesis_init() { 61 62 # Load translations63 load_plugin_textdomain( 'coming-soon-for-genesis', false, 'genesis-coming-soon/languages' );64 61 65 62 if( ! is_admin() ) { -
coming-soon-for-genesis/trunk/readme.txt
r1570828 r1667842 5 5 Requires at least: 4.4.2 6 6 Tested up to: 4.7 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl.html … … 78 78 == Changelog == 79 79 80 = 1.0.6 = 81 * Fixed Text Domain 82 80 83 = 1.0.5 = 81 84 * Added do_shortcode for Content
Note: See TracChangeset
for help on using the changeset viewer.