← All changes
|
vendor/codeinwp/themeisle-sdk/src/Modules/Review.php
+2
-2
3.1.3
→
3.4.4
View file →
| @@ -59,9 +59,9 @@ | ||
| 59 | 59 | 'Rodica', |
| 60 | 60 | 'Stefan', |
| 61 | 61 | 'Uriahs', |
| 62 | 62 | 'Madalin', |
| 63 | - 'Radu', | |
| 63 | + 'Cristi', | |
| 64 | 64 | 'Silviu', |
| 65 | 65 | 'Andrei', |
| 66 | 66 | ]; |
| 67 | 67 | |
| @@ -66,9 +66,9 @@ | ||
| 66 | 66 | ]; |
| 67 | 67 | |
| 68 | 68 | $link = 'https://wordpress.org/support/' . $this->product->get_type() . '/' . $this->product->get_slug() . '/reviews/#wporg-footer'; |
| 69 | 69 | |
| 70 | - $message = apply_filters( $this->product->get_key() . '_feedback_review_message', '<p>Hey, it’s great to see you have <b>{product}</b> active for a few days now. How is everything going? If you can spare a few moments to rate it on WordPress.org it would help us a lot (and boost my motivation). Cheers! <br/> <br/>~ {developer}, developer of {product}</p>' ); | |
| 70 | + $message = apply_filters( $this->product->get_key() . '_feedback_review_message', '<p>Hey, it\'s great to see you have <b>{product}</b> active for a few days now. How is everything going? If you can spare a few moments to rate it on WordPress.org it would help us a lot (and boost my motivation). Cheers! <br/> <br/>~ {developer}, developer of {product}</p>' ); | |
| 71 | 71 | |
| 72 | 72 | $button_submit = apply_filters( $this->product->get_key() . '_feedback_review_button_do', 'Ok, I will gladly help.' ); |
| 73 | 73 | $button_cancel = apply_filters( $this->product->get_key() . '_feedback_review_button_cancel', 'No, thanks.' ); |
| 74 | 74 | $message = str_replace( |