wp/wp-includes/class-wp-customize-section.php
changeset 19 3d72ae0968f4
parent 16 a86126ab1dd4
child 21 48c4eec2b7e6
--- a/wp/wp-includes/class-wp-customize-section.php	Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-includes/class-wp-customize-section.php	Tue Sep 27 16:37:53 2022 +0200
@@ -56,7 +56,7 @@
 	 * Priority of the section which informs load order of sections.
 	 *
 	 * @since 3.4.0
-	 * @var integer
+	 * @var int
 	 */
 	public $priority = 160;
 
@@ -298,7 +298,7 @@
 		 *
 		 * @since 3.4.0
 		 *
-		 * @param WP_Customize_Section $this WP_Customize_Section instance.
+		 * @param WP_Customize_Section $section WP_Customize_Section instance.
 		 */
 		do_action( 'customize_render_section', $this );
 		/**