mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
Docs: Fix typo in WP_Widget::__construct()
and ::WP_Widget()
DocBlocks.
Props SUM1. Fixes #50348. Built from https://develop.svn.wordpress.org/trunk@47936 git-svn-id: http://core.svn.wordpress.org/trunk@47709 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c227ed2322
commit
f5d5b76f6e
@ -152,10 +152,10 @@ class WP_Widget {
|
|||||||
* @since 2.8.0
|
* @since 2.8.0
|
||||||
*
|
*
|
||||||
* @param string $id_base Optional Base ID for the widget, lowercase and unique. If left empty,
|
* @param string $id_base Optional Base ID for the widget, lowercase and unique. If left empty,
|
||||||
* a portion of the widget's class name will be used Has to be unique.
|
* a portion of the widget's class name will be used. Has to be unique.
|
||||||
* @param string $name Name for the widget displayed on the configuration page.
|
* @param string $name Name for the widget displayed on the configuration page.
|
||||||
* @param array $widget_options Optional. Widget options. See wp_register_sidebar_widget() for information
|
* @param array $widget_options Optional. Widget options. See wp_register_sidebar_widget() for
|
||||||
* on accepted arguments. Default empty array.
|
* information on accepted arguments. Default empty array.
|
||||||
* @param array $control_options Optional. Widget control options. See wp_register_widget_control() for
|
* @param array $control_options Optional. Widget control options. See wp_register_widget_control() for
|
||||||
* information on accepted arguments. Default empty array.
|
* information on accepted arguments. Default empty array.
|
||||||
*/
|
*/
|
||||||
@ -182,10 +182,10 @@ class WP_Widget {
|
|||||||
* @see WP_Widget::__construct()
|
* @see WP_Widget::__construct()
|
||||||
*
|
*
|
||||||
* @param string $id_base Optional Base ID for the widget, lowercase and unique. If left empty,
|
* @param string $id_base Optional Base ID for the widget, lowercase and unique. If left empty,
|
||||||
* a portion of the widget's class name will be used Has to be unique.
|
* a portion of the widget's class name will be used. Has to be unique.
|
||||||
* @param string $name Name for the widget displayed on the configuration page.
|
* @param string $name Name for the widget displayed on the configuration page.
|
||||||
* @param array $widget_options Optional. Widget options. See wp_register_sidebar_widget() for information
|
* @param array $widget_options Optional. Widget options. See wp_register_sidebar_widget() for
|
||||||
* on accepted arguments. Default empty array.
|
* information on accepted arguments. Default empty array.
|
||||||
* @param array $control_options Optional. Widget control options. See wp_register_widget_control() for
|
* @param array $control_options Optional. Widget control options. See wp_register_widget_control() for
|
||||||
* information on accepted arguments. Default empty array.
|
* information on accepted arguments. Default empty array.
|
||||||
*/
|
*/
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.5-alpha-47935';
|
$wp_version = '5.5-alpha-47936';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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