Making WordPress.org

Changeset 14364


Ignore:
Timestamp:
01/16/2025 10:24:10 PM (17 months ago)
Author:
coffee2code
Message:

Trac: Prevent warning when no focuses are present.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications.php

    r12771 r14364  
    231231
    232232        $ticket               = $meta['get_trac_ticket'];
    233         $focuses              = $meta['get_trac_ticket_focuses'];
     233        $focuses              = $meta['get_trac_ticket_focuses'] ?? '';
    234234        $notifications        = $meta['get_trac_notifications_for_user'];
    235235        $ticket_sub           = $meta['get_trac_ticket_subscription_status_for_user'];
Note: See TracChangeset for help on using the changeset viewer.