- Timestamp:
- 08/04/2025 08:53:04 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/inc/template-functions.php
r57277 r60537 54 54 55 55 /** 56 * Add a pingback url auto-discovery header for single posts, pages, or attachments.56 * Adds a pingback url auto-discovery header for single posts, pages, or attachments. 57 57 * 58 58 * @since Twenty Twenty-One 1.0 … … 68 68 69 69 /** 70 * Remove the `no-js` class from body if JS is supported.70 * Removes the `no-js` class from body if JS is supported. 71 71 * 72 72 * @since Twenty Twenty-One 1.0 … … 216 216 217 217 /** 218 * Get custom CSS.218 * Gets custom CSS. 219 219 * 220 220 * Return CSS for non-latin language, if available, or null … … 344 344 345 345 /** 346 * Print the first instance of a block in the content, and then break away.346 * Prints the first instance of a block in the content, and then break away. 347 347 * 348 348 * @since Twenty Twenty-One 1.0 … … 407 407 408 408 /** 409 * Retrieve protected post password form content.409 * Retrieves protected post password form content. 410 410 * 411 411 * @since Twenty Twenty-One 1.0
Note: See TracChangeset
for help on using the changeset viewer.