Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
325d4d2
rebase - combining 46 commits to 1 and resolving lots of conflicts
aristath Jan 24, 2022
c513718
Revert changes to resolver class
oandregal Feb 8, 2022
c335778
Override the parts we need
oandregal Feb 8, 2022
f9cc7d2
Rename file for a better description
oandregal Feb 8, 2022
32193e4
Add webfonts to the parent theme
aristath Feb 9, 2022
bfe756b
indentation fix
aristath Feb 9, 2022
699ab2f
Update Global Styles endpoint to use Gutenberg callback and theme jso…
creativecoder Feb 9, 2022
c8144fd
rebase - combining 46 commits to 1 and resolving lots of conflicts
aristath Jan 24, 2022
a51d2af
Add missing textdomain
aristath Feb 10, 2022
2e56ef5
add missing inline docs
aristath Feb 10, 2022
42fd092
inline doc (copy from 5.9 class)
aristath Feb 10, 2022
6fe2971
Remove extra blank line
aristath Feb 10, 2022
fc44a08
Remove non-applicable docs
aristath Feb 10, 2022
ddb51ce
This already exists in the parent
aristath Feb 10, 2022
524d8af
add full item
aristath Feb 15, 2022
32770bc
add missing global styles
aristath Feb 15, 2022
151effe
remove multiples
aristath Feb 15, 2022
bbd3d27
update test
aristath Feb 15, 2022
938771d
remove extra comma
aristath Feb 15, 2022
5aa2217
Missed this in previous commit
aristath Feb 15, 2022
0112e50
Remove old docs (no longer applicable)
aristath Feb 17, 2022
51bcf85
doc
aristath Feb 18, 2022
38d9cb3
revert 5.9 changes
aristath Feb 18, 2022
33bcfd6
get_merged_data no longer needs to be overriden
aristath Feb 18, 2022
9d3dd5d
use static instead of self
aristath Feb 18, 2022
447daac
simplify
aristath Feb 18, 2022
8a6dec7
add an explanation for when porting to wp-core
aristath Feb 18, 2022
f6e58dd
Revert adding fonts to the webfonts stylesheet
oandregal Feb 21, 2022
19248d2
Update test
oandregal Feb 21, 2022
af8eb3d
explain why we skip the provider
aristath Feb 28, 2022
5ed7aa1
Move webfonts-API files to the compat/wordpress-6.0 folder
aristath Feb 28, 2022
0376a3e
Remove out-of-date comment
aristath Feb 28, 2022
2f865fc
Trigger a notice when an unregistered provider is used.
aristath Feb 28, 2022
8b63574
use error_log instead of trigger_error
aristath Feb 28, 2022
88f86de
typo
aristath Feb 28, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc
  • Loading branch information
aristath committed Feb 23, 2022
commit 51bcf85a09c5a427376d3893b508f824ed59a7cb
2 changes: 2 additions & 0 deletions lib/webfonts.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ function wp_webfonts() {
* );
* </code>
*
* Webfonts should be registered in the `after_setup_theme` hook.
*
* @since 6.0.0
*
* @param array $webfonts Webfonts to be registered.
Expand Down