diff -r c7c34916027a -r 177826044cd9 wp/wp-admin/js/custom-background.js --- a/wp/wp-admin/js/custom-background.js Mon Oct 14 18:06:33 2019 +0200 +++ b/wp/wp-admin/js/custom-background.js Mon Oct 14 18:28:13 2019 +0200 @@ -1,7 +1,11 @@ +/** + * @output wp-admin/js/custom-background.js + */ + /* global ajaxurl */ /** - * @summary Registers all events for customizing the background. + * Registers all events for customizing the background. * * @since 3.0.0 * @@ -13,7 +17,7 @@ bgImage = $( '#custom-background-image' ); /** - * @summary Instantiates the WordPress color picker and binds the change and clear events. + * Instantiates the WordPress color picker and binds the change and clear events. * * @since 3.5.0 * @@ -29,7 +33,7 @@ }); /** - * @summary Alters the background size CSS property whenever the background size input has changed. + * Alters the background size CSS property whenever the background size input has changed. * * @since 4.7.0 * @@ -40,7 +44,7 @@ }); /** - * @summary Alters the background position CSS property whenever the background position input has changed. + * Alters the background position CSS property whenever the background position input has changed. * * @since 4.7.0 * @@ -51,7 +55,7 @@ }); /** - * @summary Alters the background repeat CSS property whenever the background repeat input has changed. + * Alters the background repeat CSS property whenever the background repeat input has changed. * * @since 3.0.0 * @@ -62,7 +66,7 @@ }); /** - * @summary Alters the background attachment CSS property whenever the background attachment input has changed. + * Alters the background attachment CSS property whenever the background attachment input has changed. * * @since 4.7.0 * @@ -73,7 +77,7 @@ }); /** - * @summary Binds the event for opening the WP Media dialog. + * Binds the event for opening the WP Media dialog. * * @since 3.5.0 * @@ -113,7 +117,7 @@ }); /** - * @summary When an image is selected, run a callback. + * When an image is selected, run a callback. * * @since 3.5.0 *