[wp-trac] [WordPress Trac] #50865: [playlist] Please remove brackets from the titles

WordPress Trac noreply at wordpress.org
Thu Aug 6 02:58:00 UTC 2020


#50865: [playlist] Please remove brackets from the titles
-------------------------+---------------------------------
 Reporter:  hvar         |      Owner:  (none)
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  Media        |    Version:  5.4.2
 Severity:  normal       |   Keywords:  songwriter-feedback
  Focuses:  template     |
-------------------------+---------------------------------
 Dear developers,

 the song titles should not be enclosed into "" brackets. They should be
 removed.

 Every song name is appearing inside brackets, and it's not how songs
 should be represented. They are not fake titles, or presumably terms
 similar to the song titles - they are the actual song titles, they don't
 need the brackets. And also it looks really ugly.

 Here is the corrected code from media.php:

 Thank you


 {{{

                                 <?php
                                         /* translators: %s: Playlist item
 title. */
                                         printf( _x( '%s', 'playlist item
 title' ), '{{{ data.title }}}' );
                                 ?>
                                 </span>


 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/50865>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list