Docs: Remove a trailing period from a URL in a `@see` tag.

This ensures that the ticket link works as expected.

Follow-up to [55005].

Props mukesh27.
Fixes #60171.
Built from https://develop.svn.wordpress.org/trunk@57236


git-svn-id: http://core.svn.wordpress.org/trunk@56742 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-01-01 14:17:16 +00:00
parent 7d7a52367d
commit 4a14689016
2 changed files with 2 additions and 2 deletions

View File

@ -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 * WordPress 3.0.0 so this needs to allow for cases in which the filter is
* called without them. * called without them.
* *
* @see https://core.trac.wordpress.org/ticket/56926. * @see https://core.trac.wordpress.org/ticket/56926
* *
* @since 6.2.0 * @since 6.2.0
* *

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.