Skip to content
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

Mark the Prominence metabox as a backwards-compatibility metabox #1655

Merged
merged 3 commits into from
Apr 19, 2019

Commits on Mar 26, 2019

  1. Mark the Prominence metabox as a backwards-compatibility metabox

    This change:
    
    - Removes Largo's custom "Prominence" meta box seen in the post admin on
    Gutenberg editors by marking that as backwards-compat metabox as
    described in https://wordpress.org/gutenberg/handbook/designers-developers/developers/backward-compatibility/meta-box/
    - Stops passing a list of Prominence terms to the function
    largo_prominence_meta_box, because that's not what the sixth parameter
    on add_meta_box is for.
    
    Resolves #1654
    benlk committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    fd3f1b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. Configuration menu
    Copy the full SHA
    1f8a11b View commit details
    Browse the repository at this point in the history
  2. Adds changelog for #1655

    benlk committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    c09c2b7 View commit details
    Browse the repository at this point in the history