* Update template-page-w-title.php Add strict type declaration. * Update theme.json Add comments template part declaration.
@@ -6,6 +6,7 @@
* Viewport width: 1400
* Inserter: no
*/
+declare( strict_types = 1 );
?>
<!-- wp:template-part {"slug":"header"} /-->
@@ -390,6 +390,11 @@
}
},
"templateParts": [
+ {
+ "area": "uncategorized",
+ "name": "comments",
+ "title": "Comments"
+ },
{
"area": "header",
"name": "header",