- Timestamp:
- 06/28/2020 02:00:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/inc/template-tags.php
r48109 r48199 71 71 * Filters the arguments for `twentytwenty_site_logo()`. 72 72 * 73 * @param string $html Compiled htmlbased on our arguments.73 * @param string $html Compiled HTML based on our arguments. 74 74 * @param array $args Parsed arguments. 75 75 * @param string $classname Class name based on current view, home or single. … … 104 104 105 105 /** 106 * Filters the htmlfor the site description.106 * Filters the HTML for the site description. 107 107 * 108 108 * @since Twenty Twenty 1.0 … … 327 327 328 328 /** 329 * Fires before post meta htmldisplay.329 * Fires before post meta HTML display. 330 330 * 331 331 * Allow output of additional post meta info to be added by child themes and plugins. … … 454 454 455 455 /** 456 * Fires after post meta htmldisplay.456 * Fires after post meta HTML display. 457 457 * 458 458 * Allow output of additional post meta info to be added by child themes and plugins.
Note: See TracChangeset
for help on using the changeset viewer.