Plugin Directory

Changeset 402353


Ignore:
Timestamp:
06/29/2011 06:32:16 AM (15 years ago)
Author:
InoPlugs
Message:
 
Location:
multiselect-ultimate-query-plugin/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multiselect-ultimate-query-plugin/trunk/inoplugs_multiselect.php

    r396951 r402353  
    551551            foreach ($arrtax as $taxname => &$arrid)
    552552            {
    553                 $aid = array_unique($arrid, SORT_REGULAR);
     553                $aid = array();
     554                foreach ($arrid as $valid) 
     555                {
     556                    if(!in_array($valid, $aid))
     557                    {
     558                        $aid[] = $valid;
     559                    }
     560                }
    554561                if(count($aid)> 0)
    555562                {
  • multiselect-ultimate-query-plugin/trunk/readme.txt

    r396954 r402353  
    55Requires at least: 3.0
    66Tested up to: 3.2 beta 2
    7 Stable tag: 1.0.0.0
     7Stable tag: 1.0.1.0
    88
    99Create independent query of posts and pages mixing taxonomies, standard categories, custom values, etc. with shortcode.
     
    4646== Changelog ==
    4747
     48= 1.0.1.0 =
     49* Reported bug fixed
     50
    4851= 1.0.0.0 =
    4952* Initial release - some features coming, stay tuned.
Note: See TracChangeset for help on using the changeset viewer.