Opened 5 years ago
Closed 5 years ago
#48073 closed defect (bug) (duplicate)
class-wp-xmlrpc-server.php on line 734 count(): Parameter must be an array or an object that implements Countable
Reported by: | mahnunchik | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.2.3 |
Component: | XML-RPC | Keywords: | |
Focuses: | Cc: |
Description
I've faced with the warning:
PHP Warning: count(): Parameter must be an array or an object that implements Countable in /wp-includes/class-wp-xmlrpc-server.php on line 734
Line 734
if ( count( $args ) < $count ) {
Change History (2)
Note: See
TracTickets for help on using
tickets.
hi @mahnunchik,
Solve https://core.trac.wordpress.org/ticket/48046
Thx