Changeset 1763 for branches/feature-narrow-tables/lib/MT/Core.pm
- Timestamp:
- 04/03/08 22:46:20 (20 months ago)
- Files:
-
- 1 modified
-
branches/feature-narrow-tables/lib/MT/Core.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-narrow-tables/lib/MT/Core.pm
r1535 r1763 51 51 object_types => { 52 52 'entry' => 'MT::Entry', 53 'entry_meta' => 'MT::Entry::Meta', 53 54 'author' => 'MT::Author', 55 'author_meta' => 'MT::Author::Meta', 54 56 'asset' => 'MT::Asset', 57 'asset_meta' => 'MT::Asset::Meta', 55 58 'file' => 'MT::Asset', 56 59 'asset.image' => 'MT::Asset::Image', … … 69 72 'blog' => 'MT::Blog', 70 73 'template' => 'MT::Template', 74 'template_meta' => 'MT::Template::Meta', 71 75 'comment' => 'MT::Comment', 72 76 'notification' => 'MT::Notification',
