Skip to content

Commit

Permalink
chore: cleanup cast text
Browse files Browse the repository at this point in the history
  • Loading branch information
davisshaver committed Dec 26, 2024
1 parent 45d32af commit 45cb9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-frames.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public static function action_enqueue_scripts() {

$cast_text = ! is_front_page() && is_singular() ?
sprintf( 'I\'m reading \'%s\' by %s', get_the_title(), get_bloginfo( 'name' ) ) :
sprintf( 'I\'m reading \'%s\'', get_bloginfo( 'name' ) );
sprintf( 'I\'m reading %s', get_bloginfo( 'name' ) );

wp_localize_script(
'farcaster-frame-sdk',
Expand Down

0 comments on commit 45cb9a6

Please sign in to comment.