Changeset 5102


Ignore:
Timestamp:
Mar 11, 2010, 12:10:27 AM (14 years ago)
Author:
vdigital
Message:

New trigger on get_pwg_themes

File:
1 edited

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}
Note: See TracChangeset for help on using the changeset viewer.