- Timestamp:
- 11/25/2025 05:00:39 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/inc/template-tags.php
r60913 r61302 149 149 * 150 150 * @param object $comment Comment data. 151 * @return bool 151 * @return bool Whether the comment is by the post author. 152 152 */ 153 153 function twentytwenty_is_comment_by_post_author( $comment = null ) { … … 250 250 * @param int $post_id The ID of the post. 251 251 * @param string $location The location where the meta is shown. 252 * @return string Post meta HTML. 252 253 */ 253 254 function twentytwenty_get_post_meta( $post_id = null, $location = 'single-top' ) {
Note: See TracChangeset
for help on using the changeset viewer.