Changeset 48102 for trunk/src/wp-content/themes/twentytwenty/functions.php
- Timestamp:
- 06/20/2020 11:16:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/functions.php
r47933 r48102 272 272 * 273 273 * @param string $html The HTML output from get_custom_logo (core function). 274 * 275 * @return string $html 274 * @return string 276 275 */ 277 276 function twentytwenty_get_custom_logo( $html ) { … … 428 427 * 429 428 * @param array $mce_init TinyMCE styles. 430 * 431 * @return array $mce_init TinyMCE styles. 429 * @return array TinyMCE styles. 432 430 */ 433 431 function twentytwenty_add_classic_editor_customizer_styles( $mce_init ) { … … 452 450 * 453 451 * @param array $mce_init TinyMCE styles. 454 * 455 * @return array $mce_init TinyMCE styles. 452 * @return array TinyMCE styles. 456 453 */ 457 454 function twentytwenty_add_classic_editor_non_latin_styles( $mce_init ) { … … 570 567 * 571 568 * @param string $html The default output HTML for the more tag. 572 * 573 * @return string $html 569 * @return string 574 570 */ 575 571 function twentytwenty_read_more_tag( $html ) {
Note: See TracChangeset
for help on using the changeset viewer.