Changeset 55681 for trunk/src/wp-includes/class-wp-comment.php
- Timestamp:
- 04/24/2023 04:35:17 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment.php
r54133 r55681 220 220 221 221 /** 222 * Convert object to array.222 * Converts object to array. 223 223 * 224 224 * @since 4.4.0 … … 231 231 232 232 /** 233 * Get the children of a comment.233 * Gets the children of a comment. 234 234 * 235 235 * @since 4.4.0 … … 303 303 304 304 /** 305 * Add a child to the comment.305 * Adds a child to the comment. 306 306 * 307 307 * Used by `WP_Comment_Query` when bulk-filling descendants. … … 316 316 317 317 /** 318 * Get a child comment by ID.318 * Gets a child comment by ID. 319 319 * 320 320 * @since 4.4.0 … … 332 332 333 333 /** 334 * Set the 'populated_children' flag.334 * Sets the 'populated_children' flag. 335 335 * 336 336 * This flag is important for ensuring that calling `get_children()` on a childless comment will not trigger … … 346 346 347 347 /** 348 * Checkwhether a non-public property is set.348 * Determines whether a non-public property is set. 349 349 * 350 350 * If `$name` matches a post field, the comment post will be loaded and the post's value checked.
Note: See TracChangeset
for help on using the changeset viewer.