[wp-trac] [WordPress Trac] #61833: Post titles in Bulk Edit should show decoded HTML

WordPress Trac noreply at wordpress.org
Thu Aug 22 00:50:25 UTC 2024


#61833: Post titles in Bulk Edit should show decoded HTML
-------------------------------------+---------------------
 Reporter:  dmsnell                  |       Owner:  (none)
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  6.7
Component:  Quick/Bulk Edit          |     Version:
 Severity:  normal                   |  Resolution:
 Keywords:  has-patch needs-refresh  |     Focuses:
-------------------------------------+---------------------
Changes (by peterwilsoncc):

 * keywords:  has-patch => has-patch needs-refresh


Comment:

 While testing the patch, I noticed it changes how the data is stored in
 the database. Currently the posts are stored in an encoded form, eg `Pens
 & Pencils`.

 With this PR applied, using quick edit for a single post modifies the
 title stored in the database to remove the encoding, eg `Pens & Pencils`.
 Using Bulk edit doesn't modify how the data is stored.

 Bulk edit uses the same markup as quick edit so changing one will effect
 the other.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/61833#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list