Skip to content

Commit

Permalink
Merge pull request #181 from wptide/update/contributors-list
Browse files Browse the repository at this point in the history
Update contributors & docs ref
  • Loading branch information
valendesigns committed May 21, 2019
2 parents 062b442 + 3c2e708 commit 3064ebe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -244,6 +244,7 @@ Props: [Bartek Makoś (@MakiBM)](https://github.com/MakiBM),
[David Lonjon (@davidlonjon)](https://github.com/davidlonjon),
[Derek Herman (@valendesigns)](https://github.com/valendesigns),
[Dušan D. Majkić (@dmajkic)](https://github.com/dmajkic),
[Janki Moradiya (@jankimoradiya)](https://github.com/jankimoradiya),
[Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul),
[Jonathan Wold (@sirjonathan)](https://github.com/sirjonathan),
[Joshua Wold (@jwold)](https://github.com/jwold),
Expand All @@ -252,6 +253,7 @@ Props: [Bartek Makoś (@MakiBM)](https://github.com/MakiBM),
[Leo Postovoit (@postphotos)](https://github.com/postphotos),
[Lubos Kmetko (@luboskmetko)](https://github.com/luboskmetko),
[Luke Carbis (@lukecarbis)](https://github.com/lukecarbis),
[Meet Makadia (@mrmakadia94)](https://github.com/mrmakadia94),
[Miina Sikk (@miina)](https://github.com/miina),
[Mike Crantea (@mehigh)](https://github.com/mehigh),
[Rheinard Korf (@rheinardkorf)](https://github.com/rheinardkorf),
Expand Down
2 changes: 1 addition & 1 deletion service/api/wp-content/mu-plugins/advanced-post-cache.php
Expand Up @@ -243,4 +243,4 @@ function dont_clear_advanced_post_cache() {
// Don't clear Advanced Post Cache for a new comment - temp core hack
// http://core.trac.wordpress.org/ticket/15565
add_action( 'wp_updating_comment_count', 'dont_clear_advanced_post_cache' );
add_action( 'wp_update_comment_count' , 'do_clear_advanced_post_cache' );
add_action( 'wp_update_comment_count', 'do_clear_advanced_post_cache' );

0 comments on commit 3064ebe

Please sign in to comment.