Docs: Convert an @uses tag in the class DocBlock for Walker_Nav_Menu_Edit to @see.

See #41017.

Built from https://develop.svn.wordpress.org/trunk@40987


git-svn-id: http://core.svn.wordpress.org/trunk@40837 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2017-07-01 16:49:40 +00:00
parent bd2173f42c
commit ae017f435a
2 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,8 @@
* *
* @package WordPress * @package WordPress
* @since 3.0.0 * @since 3.0.0
* @uses Walker_Nav_Menu *
* @see Walker_Nav_Menu
*/ */
class Walker_Nav_Menu_Edit extends Walker_Nav_Menu { class Walker_Nav_Menu_Edit extends Walker_Nav_Menu {
/** /**

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.9-alpha-40986'; $wp_version = '4.9-alpha-40987';
/** /**
* 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.