Changeset 14364
- Timestamp:
- 01/16/2025 10:24:10 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications.php
r12771 r14364 231 231 232 232 $ticket = $meta['get_trac_ticket']; 233 $focuses = $meta['get_trac_ticket_focuses'] ;233 $focuses = $meta['get_trac_ticket_focuses'] ?? ''; 234 234 $notifications = $meta['get_trac_notifications_for_user']; 235 235 $ticket_sub = $meta['get_trac_ticket_subscription_status_for_user'];
Note: See TracChangeset
for help on using the changeset viewer.