aboutsummaryrefslogtreecommitdiff
path: root/mod/blog/activate.php
blob: 5f67ffbed0266b9db340d9bd3fd299fd2d224584 (plain)
1
2
3
4
5
6
<?php
/**
 * Register the ElggBlog class for the object/blog subtype
 */

add_subtype('object', 'blog', 'ElggBlog');