mirror of
https://github.com/flarum/core.git
synced 2025-08-12 19:34:18 +02:00
chore: function names
This commit is contained in:
@@ -5,7 +5,7 @@ import CommentPost from 'flarum/forum/components/CommentPost';
|
||||
|
||||
import reply from './utils/reply';
|
||||
|
||||
export default function () {
|
||||
export default function addPostReplyAction() {
|
||||
extend(CommentPost.prototype, 'actionItems', function (items) {
|
||||
const post = this.attrs.post;
|
||||
|
||||
|
Reference in New Issue
Block a user