-
Notifications
You must be signed in to change notification settings - Fork 232
Closed
Labels
priority: lowIssues that can waitIssues that can waittype: bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Description
Originally reported by: Julio Potier (Bitbucket: juliopotier, GitHub: Unknown)
à cause de wp_send_json( )
Je vais donc l'ajouter si < 3.5
function wp_send_json( $response ) {
@Header( 'Content-Type: application/json; charset=' . get_option( 'blog_charset' ) );
echo json_encode( $response );
if ( defined( 'DOING_AJAX' ) && DOING_AJAX )
wp_die();
else
die;
}
Metadata
Metadata
Assignees
Labels
priority: lowIssues that can waitIssues that can waittype: bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior