Changeset 1666436
- Timestamp:
- 05/29/2017 12:41:01 PM (9 years ago)
- Location:
- wl-article-adopter/trunk
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wl-article-adopter/trunk/index.php
r1642551 r1666436 2 2 /* 3 3 Plugin Name: WL Article Adopter 4 Version: 0.1 24 Version: 0.13 5 5 Description: The client for Shared Article Repository plugin, a database of shared articles for participating websites 6 6 Author: Iver Odin Kvello … … 347 347 348 348 <?php $alternate=1; ?> 349 <? foreach ($tags as $tag):349 <?php foreach ($tags as $tag): 350 350 $in_menu = get_term_meta($tag->term_id,'in_menu',true); 351 351 $subscribed = get_term_meta($tag->term_id,'subscribed',true); -
wl-article-adopter/trunk/readme.txt
r1642551 r1666436 38 38 == Changelog == 39 39 40 = 0.13 = 41 Fixed "<?" instead of "<?php". 42 40 43 = 0.12 = 41 44 Get subscription count for a shared article when viewing it in admin
Note: See TracChangeset
for help on using the changeset viewer.