|
@@ -131,7 +131,7 @@ |
|
|
block discarded – undo |
|
131
|
131
|
3 => __( 'Custom field deleted.', 'ivycat-ajax-testimonials' ), |
|
132
|
132
|
4 => __( 'Testimonial updated.', 'ivycat-ajax-testimonials' ), |
|
133
|
133
|
/* translators: %s: date and time of the revision */ |
|
134
|
|
- 5 => isset( $_GET['revision'] ) ? sprintf( __( 'Testimonial restored to revision from %s', 'ivycat-ajax-testimonials' ), wp_post_revision_title( (int) $_GET['revision'], false ) ) : false, |
|
|
134
|
+ 5 => isset( $_GET['revision'] ) ? sprintf( __( 'Testimonial restored to revision from %s', 'ivycat-ajax-testimonials' ), wp_post_revision_title( ( int ) $_GET['revision'], false ) ) : false, |
|
135
|
135
|
6 => sprintf( __( 'Testimonial published. <a href="%s">View Testimonial</a>', 'ivycat-ajax-testimonials' ), esc_url( get_permalink( $post->ID ) ) ), |
|
136
|
136
|
7 => __( 'Testimonial saved.', 'ivycat-ajax-testimonials' ), |
|
137
|
137
|
8 => sprintf( __( 'Testimonial submitted. <a target="_blank" href="%s">Preview Testimonial</a>', 'ivycat-ajax-testimonials' ), esc_url( add_query_arg( 'preview', 'true', get_permalink( $post->ID ) ) ) ), |
Please login to merge, or discard this patch.