Explorar o código

Assembler: Fixing minor issues (#7555)

* Update template-page-w-title.php

Add strict type declaration.

* Update theme.json

Add comments template part declaration.
alaczek hai 1 ano
pai
achega
81965d093b
Modificáronse 2 ficheiros con 6 adicións e 0 borrados
  1. 1 0
      assembler/patterns/template-page-w-title.php
  2. 5 0
      assembler/theme.json

+ 1 - 0
assembler/patterns/template-page-w-title.php

@@ -6,6 +6,7 @@
  * Viewport width: 1400
  * Inserter: no
  */
+declare( strict_types = 1 );
 ?>
 
 <!-- wp:template-part {"slug":"header"} /-->

+ 5 - 0
assembler/theme.json

@@ -390,6 +390,11 @@
 		}
 	},
 	"templateParts": [
+		{
+			"area": "uncategorized",
+			"name": "comments",
+			"title": "Comments"
+		},
 		{
 			"area": "header",
 			"name": "header",