Changes between Initial Version and Version 1 of Ticket #38545, comment 92
- Timestamp:
- 07/03/2020 10:14:58 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38545, comment 92
initial v1 6 6 - few small coding standards fixes 7 7 8 The patch is tested and works fine, see the above screenshot. 9 For my test, I added the following hook to twenty twenty functions.php file: 10 11 {{{#!php 12 <?php 13 function wporg_get_the_archive_title_prefix( $prefix ) { 14 return '<em>' . $prefix . '</em>'; 15 } 16 add_filter( 'get_the_archive_title_prefix', 'wporg_get_the_archive_title_prefix' ); 17 }}} 18 19 8 20 @ocean90, as ticket owner, are you still available to review this for potential 5.5 inclusion, please? Thanks :)