Plugin Directory

Changeset 1466664


Ignore:
Timestamp:
08/03/2016 06:27:36 AM (10 years ago)
Author:
base29
Message:

Notification added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • easy-simple-instagram/trunk/simple-instagram.php

    r1466201 r1466664  
    33/*
    44Plugin Name: Simple Instagram
    5 Version: 1.0.1
    6 Plugin URI: https://base29.com/simple-instagram
     5Version: 1.0.2
     6Plugin URI: https://base29.com/
    77Description: An easy to use plugin to get instagram feed to anywhere in the theme.
    88Author: Base29
    9 Author URI: https://base29.com
     9Author URI: https://base29.com/simple-instagram
    1010Text Domain: simple-instagram
    1111Domain Path: /languages
     
    147147                <?php echo get_admin_page_title(); ?>
    148148            </h1>
     149
     150
     151            <p>
     152                We apologize to take the plugin down for few hours due to some technical difficulties. It will be restored and functional soon, so stay tuned! :)
     153            </p>
     154
     155
     156            <?php
     157
     158            /*
     159
     160
     161
    149162
    150163            <!-- on success -->
     
    305318        </div>
    306319        <?php
     320            */
    307321    }
    308322
     
    359373        }
    360374
    361         return $content;
     375        return false;
    362376
    363377    }
Note: See TracChangeset for help on using the changeset viewer.