- Timestamp:
- 02/18/2026 04:46:25 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/inc/template-tags.php
r61643 r61676 30 30 * @param array $args Arguments for displaying the site logo either as an image or text. 31 31 * @param bool $display Display or return the HTML. 32 * @return string Compiled HTML based on our arguments.32 * @return string|void Compiled HTML based on our arguments. 33 33 */ 34 34 function twentytwenty_site_logo( $args = array(), $display = true ) { … … 108 108 * 109 109 * @param bool $display Display or return the HTML. 110 * @return string The HTML to display.110 * @return string|void The HTML to display. 111 111 */ 112 112 function twentytwenty_site_description( $display = true ) { … … 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 * @return string|void Post meta HTML. 253 253 */ 254 254 function twentytwenty_get_post_meta( $post_id = null, $location = 'single-top' ) {
Note: See TracChangeset
for help on using the changeset viewer.