Changeset 51477
- Timestamp:
- 07/22/2021 04:53:59 PM (4 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r50916 r51477 89 89 * @ignore 90 90 * @since 2.3.0 91 *92 * @global string $wp_local_package Locale code of the package.93 * @global WP_Locale $wp_locale WordPress date and time locale object.94 91 * 95 92 * @param string|string[] $body_classes Class attribute values for the body tag. -
trunk/src/wp-includes/blocks.php
r51379 r51477 347 347 * 348 348 * @since 5.0.0 349 * @since 5.8.0 First param accepts a path to the `block.json` file.349 * @since 5.8.0 First parameter now accepts a path to the `block.json` file. 350 350 * 351 351 * @param string|WP_Block_Type $block_type Block type name including namespace, or alternatively … … 723 723 * @since 5.8.0 724 724 * 725 * @param array $allowed_wrapper_blocks The listof allowed wrapper blocks.725 * @param string[] $allowed_wrapper_blocks The list of names of allowed wrapper blocks. 726 726 */ 727 727 $allowed_wrapper_blocks = apply_filters( 'excerpt_allowed_wrapper_blocks', $allowed_wrapper_blocks ); … … 737 737 * @since 5.0.0 738 738 * 739 * @param array $allowed_blocks The listof allowed blocks.739 * @param string[] $allowed_blocks The list of names of allowed blocks. 740 740 */ 741 741 $allowed_blocks = apply_filters( 'excerpt_allowed_blocks', $allowed_blocks ); … … 773 773 * for generating an excerpt. 774 774 * 775 * @since 5.8 775 * @since 5.8.0 776 776 * @access private 777 777 * -
trunk/src/wp-includes/wp-db.php
r51396 r51477 599 599 * 600 600 * @link https://core.trac.wordpress.org/ticket/3354 601 * @global string $wp_version The WordPress version string.602 601 * 603 602 * @param string $dbuser MySQL database user.
Note: See TracChangeset
for help on using the changeset viewer.