Changeset 2727 for branches/release-41/plugins/MultiBlog/multiblog.pl
- Timestamp:
- 07/08/08 05:52:36 (17 months ago)
- Files:
-
- 1 modified
-
branches/release-41/plugins/MultiBlog/multiblog.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-41/plugins/MultiBlog/multiblog.pl
r1185 r2727 76 76 MT->add_callback( 'cms_post_save.entry', 10, $plugin, 77 77 sub { $plugin->runner( 'post_entry_save', @_ ) } ); 78 MT->add_callback( 'scheduled_post_published', 10, $plugin, 79 sub { $plugin->runner( 'post_entry_pub', @_ ) } ); 78 80 79 81 # Register Comment/TB post-save callbacks for rebuild triggers
