--- a/wp/wp-includes/class-wp-widget.php Fri Sep 05 18:40:08 2025 +0200
+++ b/wp/wp-includes/class-wp-widget.php Fri Sep 05 18:52:52 2025 +0200
@@ -137,8 +137,8 @@
*
* @since 2.8.0
*
- * @param array $instance Current settings.
- * @return string Default return is 'noform'.
+ * @param array $instance The settings for the particular instance of the widget.
+ * @return string|void Default return is 'noform'.
*/
public function form( $instance ) {
echo '<p class="no-options-widget">' . __( 'There are no options for this widget.' ) . '</p>';