diff --git a/includes/class-frames.php b/includes/class-frames.php index 9b4557e..9cf3b17 100644 --- a/includes/class-frames.php +++ b/includes/class-frames.php @@ -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',