Changeset 14681 for sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/includes/class-gp-notifications.php
- Timestamp:
- 03/09/2026 06:37:33 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/includes/class-gp-notifications.php
r12205 r14681 208 208 * @return array The emails to be notified from the thread comments. 209 209 */ 210 public static function get_commenters_email_addresses( array $comments, string $email_address_to_ignore = null ): array {210 public static function get_commenters_email_addresses( array $comments, ?string $email_address_to_ignore = null ): array { 211 211 $email_addresses = array(); 212 212 foreach ( $comments as $comment ) {
Note: See TracChangeset
for help on using the changeset viewer.