Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
joehoyle committed Sep 22, 2016
1 parent 11598ec commit 5008108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/class-wp-rest-settings-controller.php
Expand Up @@ -89,7 +89,7 @@ protected function cast_value_to_type( $value, $type ) {
* @return WP_Error|array
*/
public function update_item( $request ) {
$options = $this->get_registered_options();
$options = $this->get_registered_options();
$params = $request->get_params();

foreach ( $options as $name => $args ) {
Expand Down

0 comments on commit 5008108

Please sign in to comment.