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

Fix two typos in lib rest menu controller #21418

Merged
merged 2 commits into from
Apr 6, 2020
Merged

Fix two typos in lib rest menu controller #21418

merged 2 commits into from
Apr 6, 2020

Commits on Apr 6, 2020

  1. Fix two typos in lib rest menu controller

    Fixes 21416
    tobifjellner authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    5f0fe66 View commit details
    Browse the repository at this point in the history
  2. Remove stray space characters

    > The DB ID of the nav_menu_item that is this item\'s menu parent, if any . 0 otherwise . 
    
    Change to
    
    > The DB ID of the nav_menu_item that is this item\'s menu parent, if any, otherwise 0.
    tobifjellner authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    8fe0f79 View commit details
    Browse the repository at this point in the history