-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync/private repo #7574
base: trunk
Are you sure you want to change the base?
Sync/private repo #7574
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @package trellick | ||
* @since trellick 1.0 | ||
*/ | ||
declare( strict_types = 1 ); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think these changes to Trellick should be kept. They're from this recent PR: #7570 |
||
|
||
|
||
if ( ! function_exists( 'trellick_support' ) ) : | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,7 @@ | |
* Slug: trellick/404 | ||
* Inserter: no | ||
*/ | ||
declare( strict_types = 1 ); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should be kept too. |
||
?> | ||
|
||
<!-- wp:heading {"level":1,"fontSize":"medium","anchor":"oops-that-page-can-t-be-found"} --> | ||
<h1 class="wp-block-heading has-medium-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Nothing found. Maybe try a search?', 'trellick' ); ?></h1> | ||
<!-- /wp:heading --> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
=== Trellick === | ||
Contributors: Automattic | ||
Requires at least: 6.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All of these changes should be kept. |
||
Tested up to: 6.4 | ||
Requires at least: 5.8 | ||
Tested up to: 6.2 | ||
Requires PHP: 5.7 | ||
License: GPLv2 or later | ||
License URI: http://www.gnu.org/licenses/gpl-2.0.html | ||
|
@@ -41,36 +41,4 @@ This theme bundles the following third-party resources: | |
|
||
Public Sans Font | ||
Licensed under SIL Open Font License, 1.1 (http://scripts.sil.org/OFL) | ||
Source: https://fonts.google.com/specimen/Public+Sans | ||
|
||
"Bumblebee drawing, vintage insect illustration." | ||
Public Domain | ||
https://www.rawpixel.com/image/6327280/image-public-domain-vintage-illustrations-bee | ||
|
||
"Plate (ca.1936) by Margaret Stottlemeyer. Original from The National Gallery of Art. Digitally enhanced by rawpixel." | ||
Public Domain | ||
https://www.rawpixel.com/image/3340417/free-illustration-image-vintage-antique-art | ||
|
||
"Irises (1890–1900) by Kogyo Tsukioka. Original from The Rijksmuseum. Digitally enhanced by rawpixel." | ||
Public Domain | ||
https://www.rawpixel.com/image/3320287/free-illustration-image-artwork-public-domain-print-cc0 | ||
|
||
"Roman head with helmet (1876–1924) drawing in high resolution by Gerrit Willem Dijsselhof. Original from the Rijksmuseum. Digitally enhanced by rawpixel." | ||
Public Domain | ||
https://www.rawpixel.com/image/3077149/free-illustration-image-antique-drawing-sculpture | ||
|
||
"Space story. Original public domain image from Wikimedia Commons" | ||
Public Domain | ||
https://www.rawpixel.com/image/3283859/free-photo-image-pattern-fractal-space | ||
|
||
"Hand drawn rufous milkcap mushroom. Original from Biodiversity Heritage Library. Digitally enhanced by rawpixel." | ||
Public Domain | ||
https://www.rawpixel.com/image/2880233/free-illustration-image-mushroom-watercolor-vintage | ||
|
||
"Menselijk oog met een afwijking (1836–1912) print in high resolution by Isaac Weissenbruch. Original from The Rijksmuseum. Digitally enhanced by rawpixel." | ||
Public Domain | ||
https://www.rawpixel.com/image/2742839/free-illustration-image-vintage-eye | ||
|
||
"Edgar Degas's Orchestra Musicians (1872) famous painting. Original from Wikimedia Commons." | ||
Public Domain | ||
https://www.rawpixel.com/image/7726921/image-art-public-domain-edgar-degas | ||
Source: https://fonts.google.com/specimen/Public+Sans |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes should be kept too, they're from another recent PR: #7554