Changeset 5102

Show
Ignore:
Timestamp:
03/11/10 00:10:27 (3 years ago)
Author:
vdigital
Message:

New trigger on get_pwg_themes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/functions.inc.php

    r5100 r5102  
    731731  } 
    732732 
     733  // plugins want remove some themes based on user status maybe? 
     734  $themes = trigger_event('get_pwg_themes', $themes); 
    733735  return $themes; 
    734736}