Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 61be36d

Browse files
committed
Self Reference instead
1 parent df94ac7 commit 61be36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-linkbacks-mf2-handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ public static function generate_commentdata( $commentdata ) {
259259
);
260260

261261
// Add in supported properties
262-
$whitelist = array_merge( $whitelist, array_keys( MF2_Handler::get_class_mapper() ) );
262+
$whitelist = array_merge( $whitelist, array_keys( self::get_class_mapper() ) );
263263
$whitelist = apply_filters( 'semantic_linkbacks_mf2_props_whitelist', $whitelist );
264264
foreach ( $properties as $key => $value ) {
265265
if ( in_array( $key, $whitelist ) ) {

0 commit comments

Comments
 (0)