/[drupal]/contributions/modules/gamertags/gamertags.module
ViewVC logotype

Diff of /contributions/modules/gamertags/gamertags.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2.2.3 by pobster, Sun Nov 22 20:40:00 2009 UTC revision 1.2.2.4 by pobster, Sun Nov 22 20:50:07 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: gamertags.module,v 1.2.2.2 2009/11/22 19:46:04 pobster Exp $  // $Id: gamertags.module,v 1.2.2.3 2009/11/22 20:40:00 pobster Exp $
3    
4  /**  /**
5   * Implementation of hook_filter().   * Implementation of hook_filter().
# Line 33  function gamertags_filter($op, $delta = Line 33  function gamertags_filter($op, $delta =
33   */   */
34  function gamertags_filter_tips($delta, $format, $long = FALSE) {  function gamertags_filter_tips($delta, $format, $long = FALSE) {
35    if ($long) {    if ($long) {
36      return t('You can display your Xbox Live Gamertag by typing [xbox:id] your Playstation Network Gamertag by typing [playstation:id:region] and/ or [steam:id] to display your Steam Gamercard');      return t('You can display your Xbox Live Gamertag by typing [xbox:id] your Playstation Network Gamertag by typing [playstation:id:region] your Wii Friend Code by typing [wii:id] and/ or [steam:id] to display your Steam Gamercard');
37    }    }
38    else {    else {
39      return t('You can display gamertags using the following formats [xbox:id] [playstation:id:region] [steam:id]]');      return t('You can display gamertags using the following formats [xbox:id] [playstation:id:region] [wii:id] [steam:id]]');
40    }    }
41  } // gamertags_filter_tips  } // gamertags_filter_tips
42    

Legend:
Removed from v.1.2.2.3  
changed lines
  Added in v.1.2.2.4

  ViewVC Help
Powered by ViewVC 1.1.3