Changeset 1297550
- Timestamp:
- 11/30/2015 05:00:22 PM (10 years ago)
- Location:
- ultralink/trunk
- Files:
-
- 2 edited
-
headers/linkTypes.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ultralink/trunk/headers/linkTypes.php
r1292927 r1297550 1 1 <?php 2 2 3 $linkTypes = json_decode( file_get_contents( __DIR__. '/linkTypes.json' ), true );3 $linkTypes = json_decode( file_get_contents( dirname(__FILE__) . '/linkTypes.json' ), true ); 4 4 5 5 $orderedCategories = array(); -
ultralink/trunk/readme.txt
r1292927 r1297550 4 4 Tags: links, hyperlink, context, rich, affiliate, referral, popup 5 5 Requires at least: 3.0 6 Tested up to: 4. 1.17 Stable tag: 1.0.3 6 Tested up to: 4.3 7 Stable tag: 1.0.3.1 8 8 License: Ultralink License 9 9 License URI: https://ultralink.me/w/license.txt
Note: See TracChangeset
for help on using the changeset viewer.