Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Arrange DocBlock annotation order for consistency
  • Loading branch information
ironprogrammer committed Apr 6, 2022
commit 903da3ab3fc6e4c5abea625efe5bf1ff9c7fb7f9
4 changes: 2 additions & 2 deletions src/wp-includes/block-patterns.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ function _load_remote_featured_patterns() {
* Registers patterns from Pattern Directory provided by a theme's
* `theme.json` file.
*
* @since 6.0.0
* @access private
* @since 6.0.0
*/
function _register_remote_theme_patterns() {
if ( ! get_theme_support( 'core-block-patterns' ) ) {
Expand Down Expand Up @@ -196,8 +196,8 @@ function _register_remote_theme_patterns() {
* - Block Types (comma-separated values)
* - Inserter (yes/no)
*
* @since 6.0.0
* @access private
* @since 6.0.0
*/
function _register_theme_block_patterns() {
$default_headers = array(
Expand Down
3 changes: 1 addition & 2 deletions src/wp-includes/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -788,8 +788,8 @@ function excerpt_remove_blocks( $content ) {
* Render inner blocks from the allowed wrapper blocks
* for generating an excerpt.
*
* @since 5.8.0
* @access private
* @since 5.8.0
*
* @param array $parsed_block The parsed block.
* @param array $allowed_blocks The list of allowed inner blocks.
Expand Down Expand Up @@ -940,7 +940,6 @@ function do_blocks( $content ) {
* for subsequent `the_content` usage.
*
* @access private
*
* @since 5.0.0
*
* @param string $content The post content running through this filter.
Expand Down