Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Fonts Library: Backend #52704
Fonts Library: Backend #52704
Changes from all commits
3d82594
d470388
df4708c
ccc5636
da9d7ea
b318ab8
9c4f88e
5ef49fd
1661b6d
5c81374
74f83f2
9853219
b929bf0
0c8978e
a51b59b
999775e
b1be3fe
76c5074
31591a5
bd6b697
d7dcaaf
24ce14e
4b166d8
9cd7cee
6163367
ced015c
58dba25
228f3d0
462b80a
849a2d5
2c81cad
b610d80
d9179f3
005f21a
52b447f
82275a7
c9de5e9
1cf6cc7
6bf1d8c
98faaff
cba9f85
ea8f23b
771c829
253ec1f
e6879d0
83199e6
afc6a48
c3c7169
0aa582a
2803603
82aefd9
c73ee9c
392adf0
5b20914
11ad658
9489974
6f2c113
3acc356
4aa9660
92ae857
80cd47b
b689232
f28a81d
37cae56
7b13187
1a5ce29
45ddcf1
1c518d6
af28cd3
503f449
f923cb1
b90e72f
3a4e189
1e009d0
1d7c68b
6c06a37
23de632
7562ff3
fbaea86
76dce91
66c8034
fe594aa
b86907b
6acb5a0
72d08d6
4e5b583
c51a611
1cae91c
06ee7a8
fa9556c
9149731
e2d1a34
4bf2846
192e865
06d950e
7c741c4
b0a9e2d
3cb3f49
f17f49f
b71213e
042fb21
c029041
fd81086
06e6996
c1ac4a4
53b128c
943904f
02fce52
7675a9f
1c13db8
8f306e0
c89af7c
357ad1c
9d4d514
e698420
7e5e711
a7f9ab4
7b911d3
914158a
90a4f07
10a317a
cc22568
ba8b567
433aa54
bf7f3d0
72ac9f4
05a6863
a36cb63
c4f1665
62b6b8d
d25993d
5f61437
3f4fffa
12cf920
16b3133
94e4f69
7439610
55ebc62
2efd15b
f4e32c0
9f11804
1a64fb8
2b98fc7
be73689
e235ff2
8de2259
2a0b34b
80ec701
7b6e2a7
a9e29e1
671f382
217940a
1a70f11
8f74fc8
b98e2da
99680a9
4c3e2fd
f974f6e
443659b
b19d8ed
14d4d13
e67472f
1d36d12
e381f30
26cdcb2
4ec9659
274a8be
e80c497
b2a2ba6
5453579
82968c9
6072214
7586418
e7660cc
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
@matiasbenedetto @hellofromtonya Is Gutenberg planning to bump its minimum version to PHP 7? If so, can we use the null coalescing operator here?
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.
The timing of when to bump the PHP minimum version is being discussed here #52344
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.
Hey @costdev Gutenberg did bump to 7.0. But need to wait on adopting 7.0 changes. Waiting on the PHP 7.0 Code Standards Make/Core proposal.