Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Updated Inline PHP Documentation #693

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
/**
* Register custom block styles
*
* @return void
* @since Twenty Twenty-Four 1.0
* @return void
*/
function twentytwentyfour_block_styles() {
/**
Expand Down Expand Up @@ -173,8 +173,8 @@ function twentytwentyfour_block_styles() {
/**
* Register pattern categories
*
* @return void
* @since Twenty Twenty-Four 1.0
* @return void
*/
function twentytwentyfour_pattern_categories() {

Expand Down
Loading