Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Feb 13, 2013
1 parent 5f72f0f commit 3be1cab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ public function query_vars($vars) {
*/
public function rewrite_rules($wp_rewrite) {
$well_known_rules = array(
'.well-known/(.+)' => 'index.php?well-known='.$wp_rewrite->preg_index(1),
);
'.well-known/(.+)' => 'index.php?well-known='.$wp_rewrite->preg_index(1),
);

$wp_rewrite->rules = $well_known_rules + $wp_rewrite->rules;
$wp_rewrite->rules = $well_known_rules + $wp_rewrite->rules;
}

/**
Expand Down
2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ From the RFC:
sites' URI space.

== Changelog ==
= 0.6.0 =
* refactored the code
= 0.5.1 =
* fixed some php-warnings
= 0.5 =
Expand Down

0 comments on commit 3be1cab

Please sign in to comment.