Changeset 60166
- Timestamp:
- 04/14/2025 10:32:08 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r59498 r60166 955 955 * @since 5.4.0 Added the `$post` parameter to allow using the function outside of the loop. 956 956 * 957 * @param string 958 * @param string 959 * @param string 960 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is the global `$post`.957 * @param string|false $zero Optional. Text for no comments. Default false. 958 * @param string|false $one Optional. Text for one comment. Default false. 959 * @param string|false $more Optional. Text for more than one comment. Default false. 960 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is the global `$post`. 961 961 * @return string Language string for the number of comments a post has. 962 962 */
Note: See TracChangeset
for help on using the changeset viewer.