Changes between Initial Version and Version 1 of Ticket #63488, comment 4
- Timestamp:
- 05/28/2025 09:08:18 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63488, comment 4
initial v1 1 In line 157[https://github.com/WordPress/wordpress-develop/blob/666ebd8731818af64f135a28aaffb90881b7ed8c/src/wp-includes/category.php#L157], There might be a slight possibility ( not zero ) that `get_term()` could return WP_Error in some cases. 2 3 4 5 6 7 8 1 In line 157[https://github.com/WordPress/wordpress-develop/blob/666ebd8731818af64f135a28aaffb90881b7ed8c/src/wp-includes/category.php#L157], There might be a slight possibility ( not zero ) that `get_term()` could return WP_Error in some cases.