Changeset 1880466
- Timestamp:
- 05/24/2018 05:35:02 AM (8 years ago)
- Location:
- snippy/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
snippy.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
snippy/trunk/readme.txt
r1878933 r1880466 5 5 Requires at least: 4.5 6 6 Tested up to: 4.9.6 7 Stable tag: 1.3. 17 Stable tag: 1.3.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
snippy/trunk/snippy.php
r1878933 r1880466 4 4 Plugin URI: https://pqina.nl/snippy 5 5 Description: Snippy, create your own super flexible shortcodes 6 Version: 1.3. 16 Version: 1.3.2 7 7 Author: PQINA 8 8 Author URI: https://pqina.nl … … 62 62 63 63 // Snippy version 64 public static $version = '1.3. 1';64 public static $version = '1.3.2'; 65 65 66 66 private static $_instance = null; … … 301 301 $info['unique_id'] = \uniqid(); 302 302 303 // create array if no 304 if (!is_array($atts)) { 305 $atts = array(); 306 } 307 303 308 // set data for placeholder dynamic replacements 304 309 $data = array_merge($atts, $info);
Note: See TracChangeset
for help on using the changeset viewer.