Make WordPress Core

Ticket #51050: 51050.diff

File 51050.diff, 471 bytes (added by audrasjb, 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 = '' ) { 
    16451645 * Retrieve the archive title based on the queried object.
    16461646 *
    16471647 * @since 4.1.0
     1648 * @since 5.5.0 Added archive title prefix management.
    16481649 *
    16491650 * @return string Archive title.
    16501651 */