#57563 closed defect (bug) (fixed)
Docs: Update PHPDocs for wp_get_global_stylesheet()
| Reported by: | oandregal | Owned by: | hellofromTonya |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.2 |
| Component: | Editor | Version: | 5.9 |
| Severity: | normal | Keywords: | has-patch gutenberg-merge commit |
| Cc: | Focuses: | docs |
Description (last modified by )
The PHPDocs for the wp_get_global_stylesheet() have gone stale, they no longer reflect the values that can be passed to the function.
Change History (9)
This ticket was mentioned in PR #3918 on WordPress/wordpress-develop by @oandregal.
4 years ago
#1
- Keywords has-patch added
@oandregal commented on PR #3918:
4 years ago
#2
Created a dedicated trac ticket for this one https://core.trac.wordpress.org/ticket/57563
@ntsekouras commented on PR #3918:
4 years ago
#3
I wonder if this could be part of https://github.com/WordPress/wordpress-develop/pull/3896/files#r1088070674 instead of its own PR. Or merge this one quick and rebase 3896. I'm fine with whatever work best for people.
I think it will be faster to merge this PR and rebase the other one afterwards, since it's still a draft.
#4
@
4 years ago
- Summary Update PHPDocs for wp_get_global_stylesheet → Backport: Update PHPDocs for wp_get_global_stylesheet
#5
@
4 years ago
- Component General → Editor
- Description modified (diff)
- Focuses docs added
- Keywords gutenberg-merge added
- Milestone Awaiting Review → 6.2
- Owner set to
- Status new → reviewing
- Summary Backport: Update PHPDocs for wp_get_global_stylesheet → Docs: Update PHPDocs for wp_get_global_stylesheet()
Adding gutenberg-merge keyword for tracking the backport/copying of Gutenberg into Core work.
Removing "Backport" from summary. Why? In Core, it means to commit changes to older WordPress versions in different branches.
Related #56792.
@hellofromTonya commented on PR #3918:
4 years ago
#9
Committed via https://core.trac.wordpress.org/changeset/55144. Thanks for your contributions!
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Trac ticket https://core.trac.wordpress.org/ticket/57563
Backports https://github.com/WordPress/gutenberg/pull/46817
Note that this PHPDoc comment does not include yet the
custom-cssas it was not backported.