Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #38545, comment 92


Ignore:
Timestamp:
07/03/2020 10:14:58 AM (5 years ago)
Author:
audrasjb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38545, comment 92

    initial v1  
    66- few small coding standards fixes
    77
     8The patch is tested and works fine, see the above screenshot.
     9For my test, I added the following hook to twenty twenty functions.php file:
     10
     11{{{#!php
     12<?php
     13function wporg_get_the_archive_title_prefix( $prefix ) {
     14        return '<em>' . $prefix . '</em>';
     15}
     16add_filter( 'get_the_archive_title_prefix', 'wporg_get_the_archive_title_prefix' );
     17}}}
     18
     19
    820@ocean90, as ticket owner, are you still available to review this for potential 5.5 inclusion, please? Thanks :)