mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Docs: Consistently include an empty line between @since tag and @see, @link, or @global, per the documentation standards.
See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48067 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
* Handles saving and sanitizing of settings.
|
||||
*
|
||||
* @since 3.4.0
|
||||
* @link https://developer.wordpress.org/themes/customize-api
|
||||
*
|
||||
* @see WP_Customize_Manager
|
||||
* @link https://developer.wordpress.org/themes/customize-api
|
||||
*/
|
||||
class WP_Customize_Setting {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user