- Timestamp:
- 11/25/2025 05:00:39 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/inc/template-functions.php
r60913 r61302 14 14 * 15 15 * @param array $classes Classes for the body element. 16 * @return array16 * @return string[] Body classes with theme-specific additions. 17 17 */ 18 18 function twenty_twenty_one_body_classes( $classes ) { … … 44 44 * 45 45 * @param array $classes An array of CSS classes. 46 * @return array46 * @return string[] Post classes with 'entry' class added. 47 47 */ 48 48 function twenty_twenty_one_post_classes( $classes ) { … … 92 92 * 93 93 * @param array $defaults The form defaults. 94 * @return array 94 * @return array Comment form defaults with adjusted textarea height. 95 95 */ 96 96 function twenty_twenty_one_comment_form_defaults( $defaults ) { … … 201 201 * @param string $icon The icon. 202 202 * @param int $size The icon size in pixels. 203 * @return string 203 * @return string SVG code for the requested icon. 204 204 */ 205 205 function twenty_twenty_one_get_icon_svg( $group, $icon, $size = 24 ) { … … 213 213 * 214 214 * @param string $calendar_output The generated HTML of the calendar. 215 * @return string 215 * @return string Calendar HTML with SVG navigation arrows. 216 216 */ 217 217 function twenty_twenty_one_change_calendar_nav_arrows( $calendar_output ) { … … 230 230 * 231 231 * @param string $type Whether to return CSS for the "front-end", "block-editor", or "classic-editor". 232 * @return string 232 * @return string CSS styles for non-Latin languages based on the site locale. 233 233 */ 234 234 function twenty_twenty_one_get_non_latin_css( $type = 'front-end' ) {
Note: See TracChangeset
for help on using the changeset viewer.