@@ -6,8 +6,8 @@ discard block |
||
| 6 | 6 | |
| 7 | 7 | $page_slug = ! empty($page_slug) ? "{$page_slug}-page" : ''; |
| 8 | 8 | $unknown_error_msg = esc_html__( |
| 9 | - 'Oops... an unknown error has occurred on the server and this notice could not be dismissed.', |
|
| 10 | - 'event_espresso' |
|
| 9 | + 'Oops... an unknown error has occurred on the server and this notice could not be dismissed.', |
|
| 10 | + 'event_espresso' |
|
| 11 | 11 | ); |
| 12 | 12 | $failed_request_msg = esc_html__('Request failed. The server returned status code: ', 'event_espresso'); |
| 13 | 13 | ?> |
@@ -241,100 +241,100 @@ discard block |
||
| 241 | 241 | <h3><?php esc_html_e('Important Notice Regarding Status Color Codes', 'event_espresso'); ?></h3> |
| 242 | 242 | <p> |
| 243 | 243 | <?php esc_html_e( |
| 244 | - 'In order to correct some inconsistencies in our event, datetime, and ticket status color codes, we have made the following changes:', |
|
| 245 | - 'event_espresso' |
|
| 246 | - ); ?> |
|
| 244 | + 'In order to correct some inconsistencies in our event, datetime, and ticket status color codes, we have made the following changes:', |
|
| 245 | + 'event_espresso' |
|
| 246 | + ); ?> |
|
| 247 | 247 | </p> |
| 248 | 248 | <ul> |
| 249 | 249 | <li class="ee-status-event"> |
| 250 | 250 | <?php printf( |
| 251 | - esc_html__( |
|
| 252 | - 'The Event, Datetime, and Ticket "Sold Out" status colors have changed from %1$sYellow%3$s to %2$sPurple%3$s', |
|
| 253 | - 'event_espresso' |
|
| 254 | - ), |
|
| 255 | - '<span class="yellow pill">', |
|
| 256 | - '<span class="purple pill">', |
|
| 257 | - '</span>' |
|
| 258 | - ); ?> |
|
| 251 | + esc_html__( |
|
| 252 | + 'The Event, Datetime, and Ticket "Sold Out" status colors have changed from %1$sYellow%3$s to %2$sPurple%3$s', |
|
| 253 | + 'event_espresso' |
|
| 254 | + ), |
|
| 255 | + '<span class="yellow pill">', |
|
| 256 | + '<span class="purple pill">', |
|
| 257 | + '</span>' |
|
| 258 | + ); ?> |
|
| 259 | 259 | </li> |
| 260 | 260 | <li class="ee-status-event"> |
| 261 | 261 | <?php printf( |
| 262 | - esc_html__( |
|
| 263 | - 'The Event and Datetime "Postponed" status colors have changed from %1$sPurple%3$s to %2$sYellow%3$s', |
|
| 264 | - 'event_espresso' |
|
| 265 | - ), |
|
| 266 | - '<span class="purple pill">', |
|
| 267 | - '<span class="yellow pill">', |
|
| 268 | - '</span>' |
|
| 269 | - ); ?> |
|
| 262 | + esc_html__( |
|
| 263 | + 'The Event and Datetime "Postponed" status colors have changed from %1$sPurple%3$s to %2$sYellow%3$s', |
|
| 264 | + 'event_espresso' |
|
| 265 | + ), |
|
| 266 | + '<span class="purple pill">', |
|
| 267 | + '<span class="yellow pill">', |
|
| 268 | + '</span>' |
|
| 269 | + ); ?> |
|
| 270 | 270 | </li> |
| 271 | 271 | <li class="ee-status-event"> |
| 272 | 272 | <?php printf( |
| 273 | - esc_html__( |
|
| 274 | - 'The Event "Inactive" and Ticket "Archived" status colors have changed from %1$sPurple%3$s to %2$sCharcoal%3$s', |
|
| 275 | - 'event_espresso' |
|
| 276 | - ), |
|
| 277 | - '<span class="purple pill">', |
|
| 278 | - '<span class="charcoal pill">', |
|
| 279 | - '</span>' |
|
| 280 | - ); ?> |
|
| 273 | + esc_html__( |
|
| 274 | + 'The Event "Inactive" and Ticket "Archived" status colors have changed from %1$sPurple%3$s to %2$sCharcoal%3$s', |
|
| 275 | + 'event_espresso' |
|
| 276 | + ), |
|
| 277 | + '<span class="purple pill">', |
|
| 278 | + '<span class="charcoal pill">', |
|
| 279 | + '</span>' |
|
| 280 | + ); ?> |
|
| 281 | 281 | </li> |
| 282 | 282 | <li class="ee-status-message"> |
| 283 | 283 | <?php printf( |
| 284 | - esc_html__( |
|
| 285 | - 'The Message "Queued For Resending" status color has changed from %1$sYellow%3$s to %2$sBlue%3$s', |
|
| 286 | - 'event_espresso' |
|
| 287 | - ), |
|
| 288 | - '<span class="yellow pill">', |
|
| 289 | - '<span class="blue pill">', |
|
| 290 | - '</span>' |
|
| 291 | - ); ?> |
|
| 284 | + esc_html__( |
|
| 285 | + 'The Message "Queued For Resending" status color has changed from %1$sYellow%3$s to %2$sBlue%3$s', |
|
| 286 | + 'event_espresso' |
|
| 287 | + ), |
|
| 288 | + '<span class="yellow pill">', |
|
| 289 | + '<span class="blue pill">', |
|
| 290 | + '</span>' |
|
| 291 | + ); ?> |
|
| 292 | 292 | </li> |
| 293 | 293 | <li class="ee-status-message"> |
| 294 | 294 | <?php printf( |
| 295 | - esc_html__( |
|
| 296 | - 'The Message "Messenger Is Executing" status color has changed from %1$sPink%3$s to %2$sGreen%3$s', |
|
| 297 | - 'event_espresso' |
|
| 298 | - ), |
|
| 299 | - '<span class="pink pill">', |
|
| 300 | - '<span class="green pill">', |
|
| 301 | - '</span>' |
|
| 302 | - ); ?> |
|
| 295 | + esc_html__( |
|
| 296 | + 'The Message "Messenger Is Executing" status color has changed from %1$sPink%3$s to %2$sGreen%3$s', |
|
| 297 | + 'event_espresso' |
|
| 298 | + ), |
|
| 299 | + '<span class="pink pill">', |
|
| 300 | + '<span class="green pill">', |
|
| 301 | + '</span>' |
|
| 302 | + ); ?> |
|
| 303 | 303 | </li> |
| 304 | 304 | <li class="ee-status-message"> |
| 305 | 305 | <?php printf( |
| 306 | - esc_html__( |
|
| 307 | - 'The Message "Failed" status color has changed from %1$sRed%3$s to %2$sPink%3$s', |
|
| 308 | - 'event_espresso' |
|
| 309 | - ), |
|
| 310 | - '<span class="red pill">', |
|
| 311 | - '<span class="pink pill">', |
|
| 312 | - '</span>' |
|
| 313 | - ); ?> |
|
| 306 | + esc_html__( |
|
| 307 | + 'The Message "Failed" status color has changed from %1$sRed%3$s to %2$sPink%3$s', |
|
| 308 | + 'event_espresso' |
|
| 309 | + ), |
|
| 310 | + '<span class="red pill">', |
|
| 311 | + '<span class="pink pill">', |
|
| 312 | + '</span>' |
|
| 313 | + ); ?> |
|
| 314 | 314 | </li> |
| 315 | 315 | <li class="ee-status-message"> |
| 316 | 316 | <?php printf( |
| 317 | - esc_html__( |
|
| 318 | - 'The Message "Debug only" status color has changed from %1$sYellow%3$s to %2$sRed%3$s', |
|
| 319 | - 'event_espresso' |
|
| 320 | - ), |
|
| 321 | - '<span class="yellow pill">', |
|
| 322 | - '<span class="red pill">', |
|
| 323 | - '</span>' |
|
| 324 | - ); ?> |
|
| 317 | + esc_html__( |
|
| 318 | + 'The Message "Debug only" status color has changed from %1$sYellow%3$s to %2$sRed%3$s', |
|
| 319 | + 'event_espresso' |
|
| 320 | + ), |
|
| 321 | + '<span class="yellow pill">', |
|
| 322 | + '<span class="red pill">', |
|
| 323 | + '</span>' |
|
| 324 | + ); ?> |
|
| 325 | 325 | </li> |
| 326 | 326 | </ul> |
| 327 | 327 | <p> |
| 328 | 328 | <?php esc_html_e( |
| 329 | - 'Please accept our sincere apologies for any inconvenience this might cause.', |
|
| 330 | - 'event_espresso' |
|
| 331 | - ); ?> |
|
| 329 | + 'Please accept our sincere apologies for any inconvenience this might cause.', |
|
| 330 | + 'event_espresso' |
|
| 331 | + ); ?> |
|
| 332 | 332 | </p> |
| 333 | 333 | <p class="ee-dismiss-notice-pg"> |
| 334 | 334 | <a href="javascript:void(0);" onclick="dismissStatusNotice();" class="ee-dismiss-notice-link"> |
| 335 | 335 | <span class="pill pink"><?php |
| 336 | - esc_html_e('don\'t show this notice again please', 'event_espresso'); |
|
| 337 | - ?></span> |
|
| 336 | + esc_html_e('don\'t show this notice again please', 'event_espresso'); |
|
| 337 | + ?></span> |
|
| 338 | 338 | </a> |
| 339 | 339 | </p> |
| 340 | 340 | </div> |