Plugin Directory

Changeset 1713434


Ignore:
Timestamp:
08/15/2017 04:26:55 AM (9 years ago)
Author:
irmau
Message:

changed defaults for site key and site directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irm-newsroom/trunk/irm-newsroom.php

    r1677120 r1713434  
    110110    }
    111111
     112    if(!$site_key > "") {
     113        $site_key = "www.irmau.com";
     114    }
     115
    112116    if(!$site_directory > "") {
    113         $site_directory = "irm";
     117        $site_directory = "site";
    114118    }
    115119
     
    138142    submit_button();
    139143    echo '</form></p>';
    140     echo '<p><b>For testing use: <code>demo.test.irmau.com</code></b></p>';
     144    echo '<p><b>For testing use: <code>www.irmau.com</code></b></p>';
    141145    echo '<p><i>If you dont have a site key, please <a href="http://www.irmnewsroom.com/" target="_blank">request one from here</a>. </i></p>';
    142146    echo '<h3>Menu</h3>';
     
    207211
    208212    if(!$site_directory > "") {
    209         $site_directory = "irm";
     213        $site_directory = "site";
    210214    }
    211215    if(!$site_type > "") {
     
    279283    $site_directory = esc_attr( get_option('site_directory') );
    280284    if(!$site_directory > "") {
    281         $site_directory = "irm";
     285        $site_directory = "site";
    282286    }
    283287
Note: See TracChangeset for help on using the changeset viewer.