Plugin Directory

Changeset 1854792


Ignore:
Timestamp:
04/08/2018 01:47:33 PM (8 years ago)
Author:
ernestortiz
Message:

Profile Xtra 2.2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • profile-xtra/tags/2.2.1/shortcodes.php

    r1854760 r1854792  
    3636    if ($multi) {
    3737        $ids = explode(",", $multi);
    38         $array_unshift($ids, $user_id);
     38        array_unshift($ids, $user_id);
    3939        $user_ids = array_unique($ids);
    4040    }else{
Note: See TracChangeset for help on using the changeset viewer.