Skip to content

Commit

Permalink
Alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jan 28, 2025
1 parent 7f0ded2 commit b8c883e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wpt-truncate.php
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ function wpt_create_values( $post, $post_ID, $ref, $service ) {
$user_field = 'wpt_mastodon_username';
break;
}
$account = get_option( $account_field, '' );
$account = get_option( $account_field, '' );
// The setting.
$user_meta = get_user_meta( $auth, $user_setting, true );
// If connected to service.
Expand Down

0 comments on commit b8c883e

Please sign in to comment.