diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-includes/customize/class-wp-widget-area-customize-control.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-includes/customize/class-wp-widget-area-customize-control.php Mon Oct 14 17:39:30 2019 +0200 @@ -0,0 +1,66 @@ +json[ $key ] = $this->$key; + } + } + + /** + * Renders the control's content. + * + * @since 3.9.0 + */ + public function render_content() { + $id = 'reorder-widgets-desc-' . str_replace( array( '[', ']' ), array( '-', '' ), $this->id ); + ?> + + +
+