We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 191ef6b + dbe42aa commit b1deda1Copy full SHA for b1deda1
includes/Entity/class-item.php
@@ -321,7 +321,7 @@ public function get_response_type() {
321
$response_type = $this->response_type ? $this->response_type : 'mention';
322
// Reclassify short mentions as comments
323
if ( 'mention' === $response_type ) {
324
- $text = $this->get_content();
+ $text = $this->content;
325
$text_len = $this->str_length( $text );
326
if ( ( 0 < $text_len ) && ( $text_len <= MAX_INLINE_MENTION_LENGTH ) ) {
327
return 'comment';
0 commit comments