Plugin Directory

Changeset 3295937


Ignore:
Timestamp:
05/18/2025 08:31:49 PM (10 months ago)
Author:
sourcefound
Message:

Version 6.14

Location:
memberfindme
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • memberfindme/tags/6.14/memberfindme.php

    r3260008 r3295937  
    514514                .(isset($opt['class'])?(' class="'.$opt['class'].'"'):'')
    515515                .(isset($opt['style'])?(' style="'.$opt['style'].'"'):' style="cursor:pointer;"')
    516                 .($opt['button']=='account'?(' onmouseout="if(typeof(SF)!=\'undefined\')SF.usr.account(event,this);" onmouseover="if(typeof(SF)!=\'undefined\')SF.usr.account(event,this);" onclick="if(typeof(SF)!=\'undefined\')SF.usr.account(event,this);">'.(isset($opt['text'])?$opt['text']:'My Account')):'')
    517516                .($opt['button']=='join'?(' onclick="if(typeof(SF)!=\'undefined\')SF.open(\'account/join\');">'.(isset($opt['text'])?$opt['text']:'Join')):'')
    518517                .(isset($opt['type'])?($opt['type']=='img'?'':('</'.$opt['type'].'>')):'</button>');
  • memberfindme/tags/6.14/readme.txt

    r3282535 r3295937  
    44Tags: membership, member access, tickets, calendar, directory
    55Requires at least: 3.0.2
    6 Tested up to: 6.8
     6Tested up to: 6.8.1
    77Stable tag: 6.14
    88License: GPL2
  • memberfindme/trunk/memberfindme.php

    r3260008 r3295937  
    514514                .(isset($opt['class'])?(' class="'.$opt['class'].'"'):'')
    515515                .(isset($opt['style'])?(' style="'.$opt['style'].'"'):' style="cursor:pointer;"')
    516                 .($opt['button']=='account'?(' onmouseout="if(typeof(SF)!=\'undefined\')SF.usr.account(event,this);" onmouseover="if(typeof(SF)!=\'undefined\')SF.usr.account(event,this);" onclick="if(typeof(SF)!=\'undefined\')SF.usr.account(event,this);">'.(isset($opt['text'])?$opt['text']:'My Account')):'')
    517516                .($opt['button']=='join'?(' onclick="if(typeof(SF)!=\'undefined\')SF.open(\'account/join\');">'.(isset($opt['text'])?$opt['text']:'Join')):'')
    518517                .(isset($opt['type'])?($opt['type']=='img'?'':('</'.$opt['type'].'>')):'</button>');
  • memberfindme/trunk/readme.txt

    r3282535 r3295937  
    44Tags: membership, member access, tickets, calendar, directory
    55Requires at least: 3.0.2
    6 Tested up to: 6.8
     6Tested up to: 6.8.1
    77Stable tag: 6.14
    88License: GPL2
Note: See TracChangeset for help on using the changeset viewer.