Make WordPress Core


Ignore:
Timestamp:
07/08/2020 01:26:20 PM (4 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/widgets/class-wp-widget-archives.php

    r48388 r48409  
    162162                ?>
    163163            </ul>
     164
    164165            <?php if ( 'html5' === $format ) : ?>
    165166                </nav>
     
    167168
    168169            <?php
    169             echo $args['after_widget'];
    170170        }
     171
     172        echo $args['after_widget'];
    171173    }
    172174
Note: See TracChangeset for help on using the changeset viewer.