Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upPlugin: Deprecate gutenberg_add_responsive_body_class #13461
+4
−5
Conversation
aduth
added
[Component] Plugin
[Block] Embed
Good First Review
labels
Jan 24, 2019
aduth
added this to In Progress
in Remove PHP
via automation
Jan 24, 2019
aduth
requested review from
jeremyfelt
,
notnownikki
and
danielbachhuber
Jan 24, 2019
danielbachhuber
approved these changes
Jan 24, 2019
notnownikki
approved these changes
Jan 24, 2019
Works as expected. |
aduth
force-pushed the
deprecate/gutenberg_add_responsive_body_class
branch
from
87534e2
to
f7d6320
Jan 24, 2019
aduth
merged commit ff9961b
into
master
Jan 24, 2019
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
Remove PHP
automation
moved this from In Progress
to Done
Jan 24, 2019
aduth
deleted the
deprecate/gutenberg_add_responsive_body_class
branch
Jan 24, 2019
youknowriad
added this to the 5.0 (Gutenberg) milestone
Jan 24, 2019
added a commit
that referenced
this pull request
Jan 24, 2019
Feb 4, 2019
This was referenced
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
aduth commentedJan 24, 2019
•
edited
Related: #11015
Related: #10477
This pull request seeks to deprecate and remove logic from
gutenberg_add_responsive_body_class
. This is now handled automatically in core as of WordPress 5.0.See:
Testing instructions:
Repeat testing instructions from #10477.