Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nadimtuhin committed Sep 9, 2015
1 parent 2ceb819 commit 0fcaba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/WordPress/OptionsPanel.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function getAllSavedOptions() {
$data = [];

if ( $this->options ) {
$data = get_option( $this->menuSlug, [] g);
$data = get_option( $this->menuSlug, [] );

$data = $this->mergeOptions($data, $this->getOptionsControls());
}
Expand Down

0 comments on commit 0fcaba6

Please sign in to comment.