Make WordPress Core


Ignore:
Timestamp:
06/20/2020 11:16:12 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove an empty line between @param and @return tags, per the documentation standards.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/functions.php

    r47933 r48102  
    272272 *
    273273 * @param string $html The HTML output from get_custom_logo (core function).
    274  *
    275  * @return string $html
     274 * @return string
    276275 */
    277276function twentytwenty_get_custom_logo( $html ) {
     
    428427 *
    429428 * @param array $mce_init TinyMCE styles.
    430  *
    431  * @return array $mce_init TinyMCE styles.
     429 * @return array TinyMCE styles.
    432430 */
    433431function twentytwenty_add_classic_editor_customizer_styles( $mce_init ) {
     
    452450 *
    453451 * @param array $mce_init TinyMCE styles.
    454  *
    455  * @return array $mce_init TinyMCE styles.
     452 * @return array TinyMCE styles.
    456453 */
    457454function twentytwenty_add_classic_editor_non_latin_styles( $mce_init ) {
     
    570567 *
    571568 * @param string $html The default output HTML for the more tag.
    572  *
    573  * @return string $html
     569 * @return string
    574570 */
    575571function twentytwenty_read_more_tag( $html ) {
Note: See TracChangeset for help on using the changeset viewer.