Changeset 49312
- Timestamp:
- 10/26/2020 09:53:43 PM (4 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r49310 r49312 653 653 * @since 5.0.0 654 654 * 655 * @global WP_Post $post The post to edit. 656 * @global WP_Query $wp_query WordPress Query object. 657 * @global WP_Query $wp_query WordPress Query object. 655 * @global WP_Post $post The post to edit. 656 * @global WP_Query $wp_query WordPress Query object. 658 657 * 659 658 * @param array $parsed_block A single parsed block object. -
trunk/src/wp-includes/class-wp-block-supports.php
r49311 r49312 89 89 * @since 5.6.0 90 90 * 91 * @return array 91 * @return array Array of HTML attributes. 92 92 */ 93 93 public function apply_block_supports() {
Note: See TracChangeset
for help on using the changeset viewer.