diff --git a/README.md b/README.md index c02386c..5154499 100644 --- a/README.md +++ b/README.md @@ -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), @@ -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), diff --git a/service/api/wp-content/mu-plugins/advanced-post-cache.php b/service/api/wp-content/mu-plugins/advanced-post-cache.php index 95f8668..6b9ab28 100644 --- a/service/api/wp-content/mu-plugins/advanced-post-cache.php +++ b/service/api/wp-content/mu-plugins/advanced-post-cache.php @@ -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' ); diff --git a/service/api/wp-content/themes/docs b/service/api/wp-content/themes/docs index c045768..2485f75 160000 --- a/service/api/wp-content/themes/docs +++ b/service/api/wp-content/themes/docs @@ -1 +1 @@ -Subproject commit c0457687c433252aeecd579294ac818698fb6d32 +Subproject commit 2485f753a86e074067f02e5b7e96c745dafc596e