Changes between Version 1 and Version 2 of Ticket #58157, comment 12
- Timestamp:
- 05/11/2023 11:49:27 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58157, comment 12
v1 v2 2 2 > I think that the last solution would be the best one in this case, right? 3 3 4 On one hand, yes, since the `$display_name` parameter is documented as `string|null` in `the_author` filter, and `ent2ncr()` is hooked to that filter by default, soit should be able to handle the `null` value as well.4 On one hand, yes, since the `$display_name` parameter is documented as `string|null` in `the_author` filter, and `ent2ncr()` is hooked to that filter by default, it should be able to handle the `null` value as well. 5 5 6 6 One the other hand, the current behavior is inconsistent: