Make WordPress Core


Ignore:
Timestamp:
11/05/2019 09:28:51 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Docs on docs. Further improve documentation of known return types, plus other docs fixes.

See #48303

File:
1 edited

Legend:

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

    r46586 r46662  
    9999 * @since 5.0.0
    100100 *
    101  * @return array Array of dynamic block names.
     101 * @return string[] Array of dynamic block names.
    102102 */
    103103function get_dynamic_block_names() {
     
    282282 *
    283283 * @param string $content Post content.
    284  * @return array Array of parsed block objects.
     284 * @return array[] Array of parsed block objects.
    285285 */
    286286function parse_blocks( $content ) {
Note: See TracChangeset for help on using the changeset viewer.