Plugin Directory

Changeset 1666436


Ignore:
Timestamp:
05/29/2017 12:41:01 PM (9 years ago)
Author:
iverok
Message:

Fix wrong processing instruction

Location:
wl-article-adopter/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wl-article-adopter/trunk/index.php

    r1642551 r1666436  
    22/*
    33Plugin Name: WL Article Adopter
    4 Version: 0.12
     4Version: 0.13
    55Description: The client for Shared Article Repository plugin, a database of shared articles for participating websites
    66Author: Iver Odin Kvello
     
    347347
    348348<?php $alternate=1; ?>
    349 <?foreach ($tags as $tag):
     349<?php foreach ($tags as $tag):
    350350  $in_menu = get_term_meta($tag->term_id,'in_menu',true);
    351351  $subscribed = get_term_meta($tag->term_id,'subscribed',true);
  • wl-article-adopter/trunk/readme.txt

    r1642551 r1666436  
    3838== Changelog ==
    3939
     40= 0.13 =
     41Fixed "<?" instead of "<?php".
     42
    4043= 0.12 =
    4144Get subscription count for a shared article when viewing it in admin
Note: See TracChangeset for help on using the changeset viewer.