1
0
mirror of https://github.com/flarum/core.git synced 2025-06-22 18:56:02 +02:00
Files
php-flarum/js
Toby Zerner 31997b8fdf Make Post component subclasses build on parent content
Extensions may wish to add attributes/content to all posts, regardless of type, by extending methods on the Post component. Now the subclasses will not overwrite, but rather append to, these additions.
2016-05-28 09:44:44 +09:30
..