Assembler: Fix php warnings (#7529)
This commit is contained in:
parent
591e5c1bbd
commit
a906e6e3a8
5 changed files with 9 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
* @since Assembler 1.0
|
||||
*/
|
||||
|
||||
declare( strict_types = 1 );
|
||||
|
||||
if ( ! function_exists( 'assembler_support' ) ) :
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
* Slug: assembler/byline-date
|
||||
* Inserter: no
|
||||
*/
|
||||
|
||||
declare( strict_types = 1 );
|
||||
?>
|
||||
<!-- wp:group {"style":{"spacing":{"blockGap":"0.26rem","padding":{"bottom":"20px"}},"typography":{"fontSize":"x-small"}},"layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"center","justifyContent":"center"}} -->
|
||||
<div class="wp-block-group" style="padding-bottom:20px;font-size:x-small"><!-- wp:paragraph {"fontSize":"x-small"} -->
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
* Categories: footer
|
||||
* Block Types: core/template-part/footer
|
||||
*/
|
||||
|
||||
declare( strict_types = 1 );
|
||||
?>
|
||||
|
||||
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
* Categories: featured, header
|
||||
* Block Types: core/template-part/header
|
||||
*/
|
||||
|
||||
declare( strict_types = 1 );
|
||||
?>
|
||||
|
||||
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
* Categories: post meta
|
||||
* Block Types: core/post-date, core/post-terms
|
||||
*/
|
||||
|
||||
declare( strict_types = 1 );
|
||||
?>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue