Skip to content

Commit

Permalink
Fix version name.
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-vlasenko committed Oct 12, 2021
1 parent 6fc54fb commit 83a1edc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/navigation-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class="edit-navigation"
/**
* This function returns an url for the /__experimental/menus endpoint
*
* @since 11.6.0
* @since 11.8.0
*
* @param int $results_per_page Results per page.
* @return string
Expand All @@ -41,7 +41,7 @@ function gutenberg_navigation_get_menus_endpoint( $results_per_page = 100 ) {
/**
* This function returns an url for the /__experimental/menu-items endpoint
*
* @since 11.6.0
* @since 11.8.0
*
* @param int $menu_id Menu ID.
* @param int $results_per_page Results per page.
Expand All @@ -61,7 +61,7 @@ function gutenberg_navigation_get_menu_items_endpoint( $menu_id, $results_per_pa
/**
* This function returns an url for the /wp/v2/types endpoint
*
* @since 11.6.0
* @since 11.8.0
*
* @return string
*/
Expand Down

0 comments on commit 83a1edc

Please sign in to comment.