Changeset 1466664
- Timestamp:
- 08/03/2016 06:27:36 AM (10 years ago)
- File:
-
- 1 edited
-
easy-simple-instagram/trunk/simple-instagram.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-simple-instagram/trunk/simple-instagram.php
r1466201 r1466664 3 3 /* 4 4 Plugin Name: Simple Instagram 5 Version: 1.0. 16 Plugin URI: https://base29.com/ simple-instagram5 Version: 1.0.2 6 Plugin URI: https://base29.com/ 7 7 Description: An easy to use plugin to get instagram feed to anywhere in the theme. 8 8 Author: Base29 9 Author URI: https://base29.com 9 Author URI: https://base29.com/simple-instagram 10 10 Text Domain: simple-instagram 11 11 Domain Path: /languages … … 147 147 <?php echo get_admin_page_title(); ?> 148 148 </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 149 162 150 163 <!-- on success --> … … 305 318 </div> 306 319 <?php 320 */ 307 321 } 308 322 … … 359 373 } 360 374 361 return $content;375 return false; 362 376 363 377 }
Note: See TracChangeset
for help on using the changeset viewer.