Make WordPress Core


Ignore:
Timestamp:
07/08/2020 01:26:20 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Widgets: Correct the logic for displaying the after_widget parameter of the Archives widget.

Follow-up to [48349].

Props mukesh27, joyously.
Fixes #50609.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r48370 r48409  
    313313                        $aria_label = '';
    314314                }
     315
    315316                if ( 'html5' === $format ) {
    316317                        $form = '<form role="search" ' . $aria_label . 'method="get" class="search-form" action="' . esc_url( home_url( '/' ) ) . '">
Note: See TracChangeset for help on using the changeset viewer.