diff --git a/wp-includes/nav-menu-template.php b/wp-includes/nav-menu-template.php index 46a4d95c38..316a5916d3 100644 --- a/wp-includes/nav-menu-template.php +++ b/wp-includes/nav-menu-template.php @@ -646,7 +646,7 @@ function _nav_menu_item_id_use_once( $id, $item ) { * WordPress 3.0.0 so this needs to allow for cases in which the filter is * called without them. * - * @see https://core.trac.wordpress.org/ticket/56926. + * @see https://core.trac.wordpress.org/ticket/56926 * * @since 6.2.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index a30ad22521..071e961001 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57235'; +$wp_version = '6.5-alpha-57236'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.