Changes between Version 1 and Version 2 of Ticket #57039, comment 1
- Timestamp:
- 11/08/2022 08:13:29 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57039, comment 1
v1 v2 5 5 This bug was introduced in [54234]. 6 6 7 Related: 369057 Related: #36905 8 8 9 9 @spacedmonkey I think to easiest fix would be to check whether `$page_title` is empty before constructing the `WP_Query` and calling `_doing_it_wrong()` if it is and returning `null` in that case. Thoughts?