Changeset 29354
- Timestamp:
- 08/01/2014 10:33:55 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r29271 r29354 2656 2656 wp_send_json_error( array( 2657 2657 'type' => 'not-embeddable', 2658 'message' => sprintf( __( '%s failed to embed.' ), '<code>' . esc_ url( $url ) . '</code>' ),2658 'message' => sprintf( __( '%s failed to embed.' ), '<code>' . esc_html( $url ) . '</code>' ), 2659 2659 ) ); 2660 2660 } … … 2686 2686 wp_send_json_error( array( 2687 2687 'type' => 'not-ssl', 2688 'message' => sprintf( __( 'Preview not available. %s cannot be embedded securely.' ), '<code>' . esc_ url( $url ) . '</code>' ),2688 'message' => sprintf( __( 'Preview not available. %s cannot be embedded securely.' ), '<code>' . esc_html( $url ) . '</code>' ), 2689 2689 ) ); 2690 2690 }
Note: See TracChangeset
for help on using the changeset viewer.