wordpress-activitypub
wordpress-activitypub copied to clipboard
PHP Warning about trim
PHP Warning: trim() expects at least 1 parameter, 0 given in wp-content/plugins/activitypub/templates/blog-json.php on line 41
$json->publicKey = array(
'id' => \get_home_url( '/' ) . '#main-key',
'owner' => \get_home_url( '/' ),
'publicKeyPem' => \trim(),
);
Line 41 is 'publicKeyPem' => \trim(),
Oh, I wasn't aware, that it is loaded anywhere. This is work in progress... I will have a look, where it will be called.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Keep!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.