Docs: Various docblock fixes in Block Supports related functions.
See #56792. Built from https://develop.svn.wordpress.org/trunk@54874 git-svn-id: http://core.svn.wordpress.org/trunk@54426 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
532cd00f46
commit
e2ed8d0650
|
@ -94,7 +94,6 @@ function wp_render_elements_support( $block_content, $block ) {
|
||||||
*
|
*
|
||||||
* @param string|null $pre_render The pre-rendered content. Default null.
|
* @param string|null $pre_render The pre-rendered content. Default null.
|
||||||
* @param array $block The block being rendered.
|
* @param array $block The block being rendered.
|
||||||
*
|
|
||||||
* @return null
|
* @return null
|
||||||
*/
|
*/
|
||||||
function wp_render_elements_support_styles( $pre_render, $block ) {
|
function wp_render_elements_support_styles( $pre_render, $block ) {
|
||||||
|
|
|
@ -46,7 +46,6 @@ function wp_get_block_default_classname( $block_name ) {
|
||||||
* @access private
|
* @access private
|
||||||
*
|
*
|
||||||
* @param WP_Block_Type $block_type Block Type.
|
* @param WP_Block_Type $block_type Block Type.
|
||||||
*
|
|
||||||
* @return array Block CSS classes and inline styles.
|
* @return array Block CSS classes and inline styles.
|
||||||
*/
|
*/
|
||||||
function wp_apply_generated_classname_support( $block_type ) {
|
function wp_apply_generated_classname_support( $block_type ) {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Spacing block support flag.
|
* Spacing block support flag.
|
||||||
|
*
|
||||||
* For backwards compatibility, this remains separate to the dimensions.php
|
* For backwards compatibility, this remains separate to the dimensions.php
|
||||||
* block support despite both belonging under a single panel in the editor.
|
* block support despite both belonging under a single panel in the editor.
|
||||||
*
|
*
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.2-alpha-54873';
|
$wp_version = '6.2-alpha-54874';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue