Skip to content

Commit eca40de

Browse files
Docs: Correct the order of @see and @param tags in WP_Customize_Widgets.
Follow-up to [36586], [42630]. Props shailu25. See #63166. git-svn-id: https://develop.svn.wordpress.org/trunk@60802 602fd350-edb4-49c9-b593-d223f7449a82
1 parent cdd888a commit eca40de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/wp-includes/class-wp-customize-widgets.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ public function customize_register() {
554554
* @see WP_Customize_Panel::$active_callback
555555
*
556556
* @global array $wp_registered_sidebars
557+
*
557558
* @return bool Active.
558559
*/
559560
public function is_panel_active() {
@@ -1807,14 +1808,14 @@ public function selective_refresh_init() {
18071808
*
18081809
* @since 4.5.0
18091810
*
1811+
* @see WP_Customize_Nav_Menus::filter_wp_nav_menu_args()
1812+
*
18101813
* @param array $params {
18111814
* Dynamic sidebar params.
18121815
*
18131816
* @type array $args Sidebar args.
18141817
* @type array $widget_args Widget args.
18151818
* }
1816-
* @see WP_Customize_Nav_Menus::filter_wp_nav_menu_args()
1817-
*
18181819
* @return array Params.
18191820
*/
18201821
public function filter_dynamic_sidebar_params( $params ) {

0 commit comments

Comments
 (0)