wp/wp-includes/customize/class-wp-customize-themes-panel.php
changeset 19 3d72ae0968f4
parent 16 a86126ab1dd4
child 21 48c4eec2b7e6
--- a/wp/wp-includes/customize/class-wp-customize-themes-panel.php	Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-includes/customize/class-wp-customize-themes-panel.php	Tue Sep 27 16:37:53 2022 +0200
@@ -27,7 +27,7 @@
 	/**
 	 * An Underscore (JS) template for rendering this panel's container.
 	 *
-	 * The themes panel renders a custom panel heading with the current theme and a switch themes button.
+	 * The themes panel renders a custom panel heading with the active theme and a switch themes button.
 	 *
 	 * @see WP_Customize_Panel::print_template()
 	 *