xwp / wp-customize-snapshots

Customize Snapshots WordPress Plugin
https://wordpress.org/plugins/customize-snapshots/
53 stars 16 forks source link

Remove markup from post list table excerpts since now escaped #146

Closed westonruter closed 7 years ago

westonruter commented 7 years ago

Previously in the “excerpt view” of the post list table, we could see a list of all the settings in the changeset at a glance:

image

However, as of https://github.com/WordPress/wordpress-develop/commit/a96089e8e6ea09069869f45aa0d3e43c3e6427ce this is now broken and it looks like:

screen shot 2017-07-25 at 23 39 30

So since the excerpt is now HTML-escaped, we have to just output a list of setting IDs in a comma-separated list:

screen shot 2017-07-25 at 23 39 53