Skip to content

Commit

Permalink
Deploy Themes v1.0.537 to wpcom
Browse files Browse the repository at this point in the history
  • Loading branch information
miksansegundo committed Jul 4, 2024
1 parent d15581d commit 7a3e21c
Show file tree
Hide file tree
Showing 161 changed files with 162 additions and 3 deletions.
1 change: 1 addition & 0 deletions alves/functions.php
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Child Theme Functions and definitions
Expand Down
1 change: 1 addition & 0 deletions alves/inc/wpcom-colors.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/* Custom Colors: Alves */

Expand Down
1 change: 1 addition & 0 deletions alves/inc/wpcom-editor-colors.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/*
* Custom Editor Colors: Varia
Expand Down
1 change: 1 addition & 0 deletions alves/inc/wpcom.php
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* WordPress.com-specific functions and definitions.
Expand Down
2 changes: 1 addition & 1 deletion alves/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alves",
"version": "1.5.28",
"version": "1.5.29",
"description": "Alves",
"bugs": {
"url": "https://github.com/Automattic/themes/issues"
Expand Down
1 change: 1 addition & 0 deletions alves/template-parts/footer/footer-content.php
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions alves/template-parts/footer/footer-info.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<div class="site-info">
<?php get_template_part( 'template-parts/footer/site', 'name' ); ?>
</div>
1 change: 1 addition & 0 deletions alves/template-parts/footer/footer-widgets.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Displays the footer widget area
Expand Down
1 change: 1 addition & 0 deletions alves/template-parts/header/site-branding.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Displays header site branding
Expand Down
1 change: 1 addition & 0 deletions appleton/patterns/footer-default.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: Default footer block pattern
Expand Down
1 change: 1 addition & 0 deletions artly/functions.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Artly functions and definitions
Expand Down
1 change: 1 addition & 0 deletions cookbook/functions.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Cookbook functions and definitions
Expand Down
1 change: 1 addition & 0 deletions cookbook/patterns/404.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: 404
Expand Down
1 change: 1 addition & 0 deletions cookbook/patterns/comments.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: Comments
Expand Down
1 change: 1 addition & 0 deletions cookbook/patterns/footer.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: Footer
Expand Down
1 change: 1 addition & 0 deletions cookbook/patterns/header.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: Header
Expand Down
1 change: 1 addition & 0 deletions cookbook/patterns/hidden-no-results-content.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: Hidden No Results Content
Expand Down
1 change: 1 addition & 0 deletions cookbook/patterns/home.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: home
Expand Down
1 change: 1 addition & 0 deletions erma/functions.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Erma functions and definitions
Expand Down
1 change: 1 addition & 0 deletions hall/functions.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Hall functions and definitions
Expand Down
1 change: 1 addition & 0 deletions hall/patterns/comments.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: Comments
Expand Down
1 change: 1 addition & 0 deletions heiwa/patterns/footer-default.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: Default footer block pattern
Expand Down
1 change: 1 addition & 0 deletions leancv/functions.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* LeanCV functions and definitions
Expand Down
1 change: 1 addition & 0 deletions leancv/patterns/404.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: 404
Expand Down
1 change: 1 addition & 0 deletions leancv/patterns/archive.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: archive
Expand Down
1 change: 1 addition & 0 deletions leancv/patterns/bio.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: home
Expand Down
1 change: 1 addition & 0 deletions leancv/patterns/comments.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: Comments
Expand Down
1 change: 1 addition & 0 deletions leancv/patterns/footer.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: Default footer
Expand Down
1 change: 1 addition & 0 deletions leancv/patterns/front-page.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: front-page
Expand Down
1 change: 1 addition & 0 deletions leancv/patterns/header.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: header
Expand Down
1 change: 1 addition & 0 deletions leancv/patterns/hidden-404.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: Default footer
Expand Down
1 change: 1 addition & 0 deletions leancv/patterns/home.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: home
Expand Down
1 change: 1 addition & 0 deletions leancv/patterns/index.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: index
Expand Down
1 change: 1 addition & 0 deletions leancv/patterns/page.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: page
Expand Down
1 change: 1 addition & 0 deletions leancv/patterns/portrait.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: portrait
Expand Down
1 change: 1 addition & 0 deletions leancv/patterns/profile-pic.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: profile-pic
Expand Down
1 change: 1 addition & 0 deletions leancv/patterns/search.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: search
Expand Down
1 change: 1 addition & 0 deletions leancv/patterns/self.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: 404
Expand Down
1 change: 1 addition & 0 deletions leancv/patterns/single.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: single
Expand Down
1 change: 1 addition & 0 deletions loic/functions.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Loïc functions and definitions
Expand Down
1 change: 1 addition & 0 deletions loic/patterns/404.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: A 404 page
Expand Down
1 change: 1 addition & 0 deletions loic/patterns/comments.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: Comments
Expand Down
1 change: 1 addition & 0 deletions loic/patterns/footer.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: footer
Expand Down
1 change: 1 addition & 0 deletions loic/patterns/hidden-no-results-content.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: Hidden No Results Content
Expand Down
1 change: 1 addition & 0 deletions loic/patterns/search.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: search
Expand Down
1 change: 1 addition & 0 deletions maverick/functions.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Maverick functions and definitions
Expand Down
1 change: 1 addition & 0 deletions maverick/patterns/404.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: 404
Expand Down
1 change: 1 addition & 0 deletions maverick/patterns/archive.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: archive
Expand Down
1 change: 1 addition & 0 deletions maverick/patterns/comments.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: Comments
Expand Down
1 change: 1 addition & 0 deletions maverick/patterns/footer.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: footer
Expand Down
1 change: 1 addition & 0 deletions maverick/patterns/front-page.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: front-page
Expand Down
1 change: 1 addition & 0 deletions maverick/patterns/home.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: home
Expand Down
1 change: 1 addition & 0 deletions maverick/patterns/index.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: index
Expand Down
1 change: 1 addition & 0 deletions maverick/patterns/post-list.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: Post list
Expand Down
1 change: 1 addition & 0 deletions maverick/patterns/post-meta.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: post-meta
Expand Down
1 change: 1 addition & 0 deletions maverick/patterns/search.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: search
Expand Down
1 change: 1 addition & 0 deletions maverick/patterns/sidebar.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: sidebar
Expand Down
1 change: 1 addition & 0 deletions meraki/patterns/footer-default.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: Default footer block pattern
Expand Down
1 change: 1 addition & 0 deletions mymenu/functions.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* MENU functions and definitions
Expand Down
1 change: 1 addition & 0 deletions mymenu/patterns/404.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: 404
Expand Down
1 change: 1 addition & 0 deletions mymenu/patterns/archive.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: archive
Expand Down
1 change: 1 addition & 0 deletions mymenu/patterns/comments.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: Comments
Expand Down
1 change: 1 addition & 0 deletions mymenu/patterns/footer.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: Default footer
Expand Down
1 change: 1 addition & 0 deletions mymenu/patterns/front-page.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: front-page
Expand Down
1 change: 1 addition & 0 deletions mymenu/patterns/gallery.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: Gallery
Expand Down
1 change: 1 addition & 0 deletions mymenu/patterns/header.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: header
Expand Down
1 change: 1 addition & 0 deletions mymenu/patterns/index.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: index
Expand Down
1 change: 1 addition & 0 deletions mymenu/patterns/posts-list.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: Posts List
Expand Down
1 change: 1 addition & 0 deletions mymenu/patterns/search.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: search
Expand Down
1 change: 1 addition & 0 deletions otis/functions.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Otis functions and definitions
Expand Down
1 change: 1 addition & 0 deletions otis/patterns/404.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: A 404 page
Expand Down
1 change: 1 addition & 0 deletions otis/patterns/footer.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: Default footer
Expand Down
1 change: 1 addition & 0 deletions otis/patterns/posts.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: Post titles separated by lines
Expand Down
1 change: 1 addition & 0 deletions outnow/functions.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* OutNow functions and definitions
Expand Down
1 change: 1 addition & 0 deletions outnow/patterns/404.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: 404
Expand Down
1 change: 1 addition & 0 deletions outnow/patterns/archive.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: archive
Expand Down
1 change: 1 addition & 0 deletions outnow/patterns/comments.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: Comments
Expand Down
1 change: 1 addition & 0 deletions outnow/patterns/footer-404.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: footer-404
Expand Down
1 change: 1 addition & 0 deletions outnow/patterns/footer.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php declare( strict_types = 1 ); ?>
<?php
/**
* Title: footer
Expand Down
Loading

0 comments on commit 7a3e21c

Please sign in to comment.