Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjohn committed Apr 26, 2018
1 parent 3a12021 commit ce239b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/options/class-amp-options-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static function register_settings() {
add_action( 'update_option_' . self::OPTION_NAME, array( __CLASS__, 'maybe_flush_rewrite_rules' ), 10, 2 );
}

/**
/**
* Flush rewrite rules if the supported_post_types have changed.
*
* @since 0.6.2
Expand Down

0 comments on commit ce239b5

Please sign in to comment.