diff --git profiles.wordpress.org/public_html/wp-content/plugins/wporg-profiles-activity-handler/wporg-profiles-activity-handler.php profiles.wordpress.org/public_html/wp-content/plugins/wporg-profiles-activity-handler/wporg-profiles-activity-handler.php
index 3c7e97de5..ec584956c 100644
|
|
if ( ! class_exists( 'WPOrg_Profiles_Activity_Handler' ) ) { |
504 | 504 | |
505 | 505 | if ( isset( $_POST['wordcamp_date'] ) && ! empty( $_POST['wordcamp_date'] ) ) { |
506 | 506 | $action = sprintf( |
507 | | 'Confirmed as a speaker for <a href="%s">%s</a> coming up on %s', |
| 507 | 'Confirmed as a speaker for <a href="%s">%s</a>', |
508 | 508 | esc_url( $_POST['url'] ), |
509 | | $_POST['wordcamp_name'], |
510 | | $_POST['wordcamp_date'] |
| 509 | $_POST['wordcamp_name'] |
511 | 510 | ); |
512 | 511 | } else { |
513 | 512 | $action = sprintf( |
… |
… |
if ( ! class_exists( 'WPOrg_Profiles_Activity_Handler' ) ) { |
522 | 521 | |
523 | 522 | if ( isset( $_POST['wordcamp_date'] ) && ! empty( $_POST['wordcamp_date'] ) ) { |
524 | 523 | $action = sprintf( |
525 | | 'Joined the organizing team for <a href="%s">%s</a> coming up on %s', |
| 524 | 'Joined the organizing team for <a href="%s">%s</a>', |
526 | 525 | esc_url( $_POST['url'] ), |
527 | | $_POST['wordcamp_name'], |
528 | | $_POST['wordcamp_date'] |
| 526 | $_POST['wordcamp_name'] |
529 | 527 | ); |
530 | 528 | } else { |
531 | 529 | $action = sprintf( |
… |
… |
if ( ! class_exists( 'WPOrg_Profiles_Activity_Handler' ) ) { |
542 | 540 | |
543 | 541 | if ( isset( $_POST['wordcamp_date'] ) && ! empty( $_POST['wordcamp_date'] ) ) { |
544 | 542 | $action = sprintf( |
545 | | 'Registered to attend <a href="%s">%s</a> coming up on %s', |
| 543 | 'Registered to attend <a href="%s">%s</a>', |
546 | 544 | esc_url( $_POST['url'] ), |
547 | | $_POST['wordcamp_name'], |
548 | | $_POST['wordcamp_date'] |
| 545 | $_POST['wordcamp_name'] |
549 | 546 | ); |
550 | 547 | } else { |
551 | 548 | $action = sprintf( |