Deploy Themes v1.0.537 to wpcom

This commit is contained in:
Miguel 2024-07-04 16:17:35 +07:00
parent d15581d622
commit 7a3e21c56f
161 changed files with 162 additions and 3 deletions

1
alves/functions.php Executable file → Normal file
View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Child Theme Functions and definitions * Child Theme Functions and definitions

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/* Custom Colors: Alves */ /* Custom Colors: Alves */

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/* /*
* Custom Editor Colors: Varia * Custom Editor Colors: Varia

1
alves/inc/wpcom.php Executable file → Normal file
View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* WordPress.com-specific functions and definitions. * WordPress.com-specific functions and definitions.

View file

@ -1,6 +1,6 @@
{ {
"name": "alves", "name": "alves",
"version": "1.5.28", "version": "1.5.29",
"description": "Alves", "description": "Alves",
"bugs": { "bugs": {
"url": "https://github.com/Automattic/themes/issues" "url": "https://github.com/Automattic/themes/issues"

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php if ( class_exists( 'A8C\FSE\WP_Template' ) ) : // If the FSE plugin is active, use the Header template for content. ?> <?php if ( class_exists( 'A8C\FSE\WP_Template' ) ) : // If the FSE plugin is active, use the Header template for content. ?>
<footer class="fse-template-part fse-footer entry-content"> <footer class="fse-template-part fse-footer entry-content">
<?php <?php

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<div class="site-info"> <div class="site-info">
<?php get_template_part( 'template-parts/footer/site', 'name' ); ?> <?php get_template_part( 'template-parts/footer/site', 'name' ); ?>
</div> </div>

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Displays the footer widget area * Displays the footer widget area

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Displays header site branding * Displays header site branding

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Default footer block pattern * Title: Default footer block pattern

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Artly functions and definitions * Artly functions and definitions

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Cookbook functions and definitions * Cookbook functions and definitions

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: 404 * Title: 404

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Comments * Title: Comments

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Footer * Title: Footer

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Header * Title: Header

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Hidden No Results Content * Title: Hidden No Results Content

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: home * Title: home

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Erma functions and definitions * Erma functions and definitions

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Hall functions and definitions * Hall functions and definitions

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Comments * Title: Comments

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Default footer block pattern * Title: Default footer block pattern

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* LeanCV functions and definitions * LeanCV functions and definitions

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: 404 * Title: 404

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: archive * Title: archive

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: home * Title: home

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Comments * Title: Comments

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Default footer * Title: Default footer

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: front-page * Title: front-page

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: header * Title: header

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Default footer * Title: Default footer

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: home * Title: home

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: index * Title: index

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: page * Title: page

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: portrait * Title: portrait

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: profile-pic * Title: profile-pic

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: search * Title: search

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: 404 * Title: 404

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: single * Title: single

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Loïc functions and definitions * Loïc functions and definitions

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: A 404 page * Title: A 404 page

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Comments * Title: Comments

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: footer * Title: footer

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Hidden No Results Content * Title: Hidden No Results Content

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: search * Title: search

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Maverick functions and definitions * Maverick functions and definitions

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: 404 * Title: 404

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: archive * Title: archive

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Comments * Title: Comments

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: footer * Title: footer

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: front-page * Title: front-page

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: home * Title: home

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: index * Title: index

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Post list * Title: Post list

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: post-meta * Title: post-meta

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: search * Title: search

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: sidebar * Title: sidebar

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Default footer block pattern * Title: Default footer block pattern

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* MENU functions and definitions * MENU functions and definitions

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: 404 * Title: 404

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: archive * Title: archive

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Comments * Title: Comments

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Default footer * Title: Default footer

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: front-page * Title: front-page

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Gallery * Title: Gallery

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: header * Title: header

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: index * Title: index

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Posts List * Title: Posts List

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: search * Title: search

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Otis functions and definitions * Otis functions and definitions

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: A 404 page * Title: A 404 page

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Default footer * Title: Default footer

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Post titles separated by lines * Title: Post titles separated by lines

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* OutNow functions and definitions * OutNow functions and definitions

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: 404 * Title: 404

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: archive * Title: archive

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Comments * Title: Comments

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: footer-404 * Title: footer-404

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: footer * Title: footer

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: front-page * Title: front-page

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: header * Title: header

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Hidden No Results Content * Title: Hidden No Results Content

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: home * Title: home

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: index * Title: index

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: search * Title: search

4
package-lock.json generated
View file

@ -38,7 +38,7 @@
} }
}, },
"alves": { "alves": {
"version": "1.5.28", "version": "1.5.29",
"devDependencies": { "devDependencies": {
"@wordpress/browserslist-config": "^5.16.0", "@wordpress/browserslist-config": "^5.16.0",
"autoprefixer": "^10.4.2", "autoprefixer": "^10.4.2",
@ -19581,7 +19581,7 @@
} }
}, },
"varia": { "varia": {
"version": "1.6.31", "version": "1.6.32",
"devDependencies": { "devDependencies": {
"@wordpress/browserslist-config": "^5.16.0", "@wordpress/browserslist-config": "^5.16.0",
"autoprefixer": "^10.4.2", "autoprefixer": "^10.4.2",

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* RecipeBook functions and definitions * RecipeBook functions and definitions

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: A 404 page * Title: A 404 page

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Comments * Title: Comments

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Default footer * Title: Default footer

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: header * Title: header

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Hidden No Results Content * Title: Hidden No Results Content

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: home * Title: home

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Sunderland functions and definitions * Sunderland functions and definitions

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: A 404 page * Title: A 404 page

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: Default footer * Title: Default footer

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: home * Title: home

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Trailblazer functions and definitions * Trailblazer functions and definitions

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: 404 * Title: 404

View file

@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php <?php
/** /**
* Title: archive * Title: archive

Some files were not shown because too many files have changed in this diff Show more