Changeset 4952
- Timestamp:
- 10/30/09 11:24:33 (4 weeks ago)
- Files:
-
- 1 modified
-
branches/greyhound/lib/MT/Theme.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/greyhound/lib/MT/Theme.pm
r4944 r4952 21 21 my $pkg = shift; 22 22 my ($id) = @_; 23 return unless $id; 23 24 MT->run_callbacks('pre_load_theme',$id); 24 25
