Changeset 56196 for trunk/src/wp-includes/widgets/class-wp-widget-media.php
- Timestamp:
- 07/10/2023 11:19:12 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-media.php
r53302 r56196 108 108 $this->registered = true; 109 109 110 // Note that the widgets component in the customizer will also do 111 // the 'admin_print_scripts-widgets.php' action in WP_Customize_Widgets::print_scripts(). 110 /* 111 * Note that the widgets component in the customizer will also do 112 * the 'admin_print_scripts-widgets.php' action in WP_Customize_Widgets::print_scripts(). 113 */ 112 114 add_action( 'admin_print_scripts-widgets.php', array( $this, 'enqueue_admin_scripts' ) ); 113 115 … … 116 118 } 117 119 118 // Note that the widgets component in the customizer will also do 119 // the 'admin_footer-widgets.php' action in WP_Customize_Widgets::print_footer_scripts(). 120 /* 121 * Note that the widgets component in the customizer will also do 122 * the 'admin_footer-widgets.php' action in WP_Customize_Widgets::print_footer_scripts(). 123 */ 120 124 add_action( 'admin_footer-widgets.php', array( $this, 'render_control_template_scripts' ) ); 121 125
Note: See TracChangeset
for help on using the changeset viewer.