Ticket #51050: 51050.diff
File 51050.diff, 471 bytes (added by , 4 years ago) |
---|
-
src/wp-includes/general-template.php
diff --git a/src/wp-includes/general-template.php b/src/wp-includes/general-template.php index 6aa84ff654..1b4c34fc79 100644
a b function the_archive_title( $before = '', $after = '' ) { 1645 1645 * Retrieve the archive title based on the queried object. 1646 1646 * 1647 1647 * @since 4.1.0 1648 * @since 5.5.0 Added archive title prefix management. 1648 1649 * 1649 1650 * @return string Archive title. 1650 1651 */