mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Docs: Remove @return void from widget DocBlocks.
Per the documentation standards, it should not be used outside of the default bundled themes. See #48303. git-svn-id: https://develop.svn.wordpress.org/trunk@47055 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -238,6 +238,7 @@ class WP_Widget_Custom_HTML extends WP_Widget {
|
||||
* @since 4.9.0 The form contains only hidden sync inputs. For the control UI, see `WP_Widget_Custom_HTML::render_control_template_scripts()`.
|
||||
*
|
||||
* @see WP_Widget_Custom_HTML::render_control_template_scripts()
|
||||
*
|
||||
* @param array $instance Current instance.
|
||||
*/
|
||||
public function form( $instance ) {
|
||||
|
||||
Reference in New Issue
Block a user