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

There's an extra 's' in 'success' when creating an instance of WP_REST_Response #132

Closed ruscoe closed 1 year ago

ruscoe commented 1 year ago

Describe the bug

In simple-page-ordering.php, when instantiating WP_REST_Response, 'success' is spelled 'successs'. It doesn't appear to be referenced anywhere so it's fairly benign.

Steps to Reproduce

  1. Check line 559 of simple-page-ordering.php
  2. Note the word 'successs'

Screenshots, screen recording, code snippet

No response

Environment information

No response

WordPress information

No response

Code of Conduct