Make WordPress Core

Changeset 58355

Timestamp:
06/06/2024 12:36:22 PM (2 months ago)
Author:
SergeyBiryukov
Message:

Docs: Correct DocBlock and comment formatting in wp-includes/blocks.php.

Follow-up to [58291], [58292].

Props david.binda.
Fixes #61390.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks.php

    r58303 r58355  
    10651065    }
    10661066
    1067     /**
     1067    /*
    10681068     * Skip meta generation when consumers intentionally update specific Navigation fields
    10691069     * and omit the content update.
     
    10731073    }
    10741074
    1075     /**
     1075    /*
    10761076     * Skip meta generation when the post content is not a navigation block.
    10771077     */
     
    11161116}
    11171117
    1118 /*
     1118/*
    11191119 * Returns the markup for blocks hooked to the given anchor block in a specific relative position and then
    11201120 * adds a list of hooked block types to an anchor block's ignored hooked block types.
    11211121 *
    11221122 * This function is meant for internal use only.
     1123
     1124
     1125
    11231126 *
    11241127 * @param array                           $parsed_anchor_block The anchor block, in parsed block array format.
Note: See TracChangeset for help on using the changeset viewer.