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

Navigation: Allow Search block to be added alongside links #22656

Merged
merged 5 commits into from
Jul 3, 2020

Commits on Jul 2, 2020

  1. Navigation: Allow Search block to be added alongside links

    Adds support for nav menu items with `type` set to `'html'`. These are
    nav menu items that can contain HTML or block markup which is rendered
    in place of the link. This allows the Navigation screen to use `'html`'
    menu items to support the Search block alongside links.
    noisysocks authored and adamziel committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    c8d3bcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50d49b7 View commit details
    Browse the repository at this point in the history
  3. Update comment

    adamziel committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    c215042 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Navigation: Compensate for update_post_meta() calling stripslashes()

    Co-authored-by: Adam Zielinski <adam@adamziel.com>
    noisysocks and adamziel committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    5d402fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a5bfb5 View commit details
    Browse the repository at this point in the history