10up / simple-page-ordering

Order your pages and other hierarchical post types with simple drag and drop right from the standard page list.
https://wordpress.org/plugins/simple-page-ordering/
GNU General Public License v2.0
149 stars 23 forks source link

replace custom code with html-entities package #189

Closed psorensen closed 7 months ago

psorensen commented 7 months ago

Description of the Change

Replaces use of custom html entity decoding code in favor of WP package

Closes #56

How to test the Change

Reorder nested pages and confirm child-page dash indicators do not get encoded

Changelog Entry

Changed - Replaced custom HTML entity decoding code in favor of the @wordpress/html-entities package.

Credits

Props @psorensen

Checklist:

github-actions[bot] commented 7 months ago

@psorensen thanks for the PR! Could you please fill out the PR template with description, changelog, and credits information so that we can properly review and merge this?