REST status broken in 1.0.3
-
There’s a typo in 1.0.3 that stops sync initialization:
Line 311 of class-REST-services.php has
require_once( 'REST/class-REST-status.php' );
It should read:
require_once( 'REST/class-REST-Status.php' );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘REST status broken in 1.0.3’ is closed to new replies.