[wp-trac] [WordPress Trac] #57265: Strip tags from post title in WP List Table
WordPress Trac
noreply at wordpress.org
Sat Dec 3 06:37:54 UTC 2022
#57265: Strip tags from post title in WP List Table
-------------------------------+------------------------------
Reporter: audrasjb | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Posts, Post Types | Version:
Severity: normal | Resolution:
Keywords: has-screenshots | Focuses: administration
-------------------------------+------------------------------
Comment (by riccardodicurti):
Maybe superscripts and subscripts could be displayed?
{{{#!php
<?php
strip_tags($title, ['sup', 'sub']);
?>
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/57265#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list