Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gravitylover

    (@gravitylover)

    fix

    public function getWordpressUpdates() {
    		$oCurrent = $this->getTransient( 'update_plugins' );
    		if(isset($oCurrent->response)){
    			return $oCurrent->response;
    		}
    	}

    Plugin Author Paul

    (@paultgoodchild)

    this is fixed in the new release v3.1.0-0.

    Thanks for reporting it!
    Paul.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP Admin Error’ is closed to new replies.