diff --git a/liveblog.php b/liveblog.php index 60bbb6dc4..fdffcdc0e 100644 --- a/liveblog.php +++ b/liveblog.php @@ -306,7 +306,7 @@ function get_entries_endpoint_url() { function ajax_current_user_can_edit_liveblog() { if ( ! self::current_user_can_edit_liveblog() ) { - self::send_error( __( 'Cheatin\', uh?', 'liveblog' ) ); + self::send_error( __( "Cheatin', uh?", 'liveblog' ) ); } } function current_user_can_edit_liveblog() {