Changeset 30591 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 11/27/2014 10:36:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r30354 r30591 2706 2706 wp_send_json_error( array( 2707 2707 'type' => 'not-ssl', 2708 'message' => sprintf( __( 'Preview not available. %s cannot be embedded securely.' ), '<code>' . esc_html( $url ) . '</code>' ),2708 'message' => __( 'This preview is unavailable in the editor.' ), 2709 2709 ) ); 2710 2710 }
Note: See TracChangeset
for help on using the changeset viewer.