Skip to content

Commit f5f2a6c

Browse files
authored
Update includes/class-sender.php
1 parent 77d654c commit f5f2a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-sender.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static function init() {
4343
/**
4444
* Register post meta
4545
*/
46-
public static function register_postmeta() {
46+
public static function register_meta() {
4747
$post_types = \get_post_types_by_support( 'webmentions' );
4848
foreach ( $post_types as $post_type ) {
4949
\register_post_meta(

0 commit comments

Comments
 (0)