[wp-trac] [WordPress Trac] #47080: after update error plugins optiontree

WordPress Trac noreply at wordpress.org
Tue Apr 30 11:28:14 UTC 2019


#47080: after update error plugins optiontree
--------------------------+-----------------------------
 Reporter:  altinyol      |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 Hello there, after the last update on my website can not update my
 articles. It gives the wp-admin / post.php error. They said the code below
 is wrong. Line 742


 function _sanitize_recursive ($ values = array ()) { $ result = array ();
 foreach ($ values as $ key => $ value) { if (! is_object ($ value)) { if
 (is_scalar ($ value)) { $ result [$ key] = sanitize_textarea_field ($
 value); } else { $ result [$ key] = _sanitize_recursive ($ value); } } }

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


More information about the wp-trac mailing list