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
/**
* Child Theme Functions and definitions

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "alves",
"version": "1.5.28",
"version": "1.5.29",
"description": "Alves",
"bugs": {
"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. ?>
<footer class="fse-template-part fse-footer entry-content">
<?php

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

4
package-lock.json generated
View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

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