Plugin Directory

Changeset 920203


Ignore:
Timestamp:
05/24/2014 03:42:18 AM (12 years ago)
Author:
byrev
Message:

Solve call-time pass-by-reference error.

Location:
fast-category-cloud-wordpress-plugin/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fast-category-cloud-wordpress-plugin/trunk/byrev_cat-cloud.php

    r674831 r920203  
    55Description: Fast Category Cloud WordPress Plugin (Base Version) - plugin that shows categories as a colored tag cloud with post count !!!
    66Author: ByREV ( Robert Emilian Vicol )
    7 Version: 1.43b
     7Version: 1.43c
    88Author URI: http://byrev.org/
    99*/
     
    1111define('MAX_LIMIT_CAT',100);
    1212define('BYREV_CAT_CLOUD_TITLE','ByREV Fast Category Cloud (Base)');
    13 define('BYREV_CAT_CLOUD_VER','1.43b');
     13define('BYREV_CAT_CLOUD_VER','1.43c');
    1414
    1515function byrev_cat_cloud($arg="") {
     
    3535   
    3636    $html_code = "<div id=\"byrev_cat_cloud\">\n";
    37     get_cat_cloud_(&$args, &$html_code);
     37    get_cat_cloud_($args, $html_code);
    3838    $html_code .= "</div>\n";
    3939    if ($BYREV_CAT_CLOUD_DB_CACHE) {
  • fast-category-cloud-wordpress-plugin/trunk/readme.txt

    r674831 r920203  
    33Donate link: http://byrev.org/donate.php
    44Tags: cat, category, cloud, fast, cache, tags, seo
    5 Requires at least: 2.0.2
    6 Tested up to: 3.1
    7 Stable tag: 1.43b
     5Requires at least: 3.1
     6Tested up to: 3.9.1
     7Stable tag: 1.43c
    88
    99== Description ==
     
    9595
    9696== Changelog ==
     97=  1.43c =
     98Solve call-time pass-by-reference error.
     99
    97100=  1.42 =
    98101Fast Category Cloud 1.4 is the first public release of ByREV Fast Category Cloud
Note: See TracChangeset for help on using the changeset viewer.