# I found the issue. Line 80 of \includes\class-linkbacks-notifications.php in the Semantic Linkbacks plugin should be:
if( ! Linkbacks_Handler::get_type)( $comment ) ) {
The ::
is missing.
# I found the issue. Line 80 of \includes\class-linkbacks-notifications.php in the Semantic Linkbacks plugin should be:
if( ! Linkbacks_Handler::get_type)( $comment ) ) {
The ::
is missing.