mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-10 13:49:12 +01:00
Docs: Correct @since
for admin/edit-comments.js
, introduced in [3736].
See #47581. Built from https://develop.svn.wordpress.org/trunk@45567 git-svn-id: http://core.svn.wordpress.org/trunk@45378 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e23ce44744
commit
9d7bd11631
@ -2,7 +2,7 @@
|
|||||||
* Handles updating and editing comments.
|
* Handles updating and editing comments.
|
||||||
*
|
*
|
||||||
* @file This file contains functionality for the admin comments page.
|
* @file This file contains functionality for the admin comments page.
|
||||||
* @since 3.5.0
|
* @since 2.1.0
|
||||||
* @output wp-admin/js/edit-comments.js
|
* @output wp-admin/js/edit-comments.js
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3-alpha-45566';
|
$wp_version = '5.3-alpha-45567';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user