Skip to content

Commit

Permalink
Use double quotes instead of escaping the apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
nb committed Jul 11, 2012
1 parent d81e042 commit d4aa5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liveblog.php
Expand Up @@ -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() {
Expand Down

0 comments on commit d4aa5ad

Please sign in to comment.