Changeset 3295937
- Timestamp:
- 05/18/2025 08:31:49 PM (10 months ago)
- Location:
- memberfindme
- Files:
-
- 4 edited
-
tags/6.14/memberfindme.php (modified) (1 diff)
-
tags/6.14/readme.txt (modified) (1 diff)
-
trunk/memberfindme.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
memberfindme/tags/6.14/memberfindme.php
r3260008 r3295937 514 514 .(isset($opt['class'])?(' class="'.$opt['class'].'"'):'') 515 515 .(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')):'')517 516 .($opt['button']=='join'?(' onclick="if(typeof(SF)!=\'undefined\')SF.open(\'account/join\');">'.(isset($opt['text'])?$opt['text']:'Join')):'') 518 517 .(isset($opt['type'])?($opt['type']=='img'?'':('</'.$opt['type'].'>')):'</button>'); -
memberfindme/tags/6.14/readme.txt
r3282535 r3295937 4 4 Tags: membership, member access, tickets, calendar, directory 5 5 Requires at least: 3.0.2 6 Tested up to: 6.8 6 Tested up to: 6.8.1 7 7 Stable tag: 6.14 8 8 License: GPL2 -
memberfindme/trunk/memberfindme.php
r3260008 r3295937 514 514 .(isset($opt['class'])?(' class="'.$opt['class'].'"'):'') 515 515 .(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')):'')517 516 .($opt['button']=='join'?(' onclick="if(typeof(SF)!=\'undefined\')SF.open(\'account/join\');">'.(isset($opt['text'])?$opt['text']:'Join')):'') 518 517 .(isset($opt['type'])?($opt['type']=='img'?'':('</'.$opt['type'].'>')):'</button>'); -
memberfindme/trunk/readme.txt
r3282535 r3295937 4 4 Tags: membership, member access, tickets, calendar, directory 5 5 Requires at least: 3.0.2 6 Tested up to: 6.8 6 Tested up to: 6.8.1 7 7 Stable tag: 6.14 8 8 License: GPL2
Note: See TracChangeset
for help on using the changeset viewer.