Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #59956


Ignore:
Timestamp:
11/25/2023 10:14:29 PM (18 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59956

    • Property Component changed from WordPress.org Site to Feeds
  • Ticket #59956 – Description

    initial v1  
    88
    99Below is the error we are getting
    10 Uncaught ValueError: max(): Argument #1 ($value) must contain at least one element
     10`Uncaught ValueError: max(): Argument #1 ($value) must contain at least one element`
    1111
    12 as per little debug it seems in feed.php on line number 720 max() command having issue , its expecting array but date string is passing.
     12as per little debug it seems in `feed.php` on line number 720 `max()` command having issue , its expecting array but date string is passing.
    1313
    1414please go through this link for more details https://wordpress.org/support/topic/having-an-issue-on-author-feed-on-wp-6-4/