mirror of
git://develop.git.wordpress.org/
synced 2025-02-25 09:03:09 +01:00
WP_Comment::get_children()
, accept an array so that the values for format
, status
, hierarchical
, and orderby
can be passed, instead of just format
. The defaults for get_comments()
include status = 'all'
and orderby = ''
- which is no bueno.
For threaded comments, we need comments to be retrieved within bounds, so logged-out users don't see unmoderated comments on the front end, etc. Updates unit tests. See #8071. git-svn-id: https://develop.svn.wordpress.org/trunk@34569 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
81.5%
CSS
8.9%
JavaScript
8.1%
SCSS
0.8%
HTML
0.7%