I hereby claim:
- I am lancewillett on github.
- I am lancewillett (https://keybase.io/lancewillett) on keybase.
- I have a public key whose fingerprint is BDF4 5533 7D92 6173 9F1B 6EDB E0D7 0F57 9BBE 1E5A
To claim this, I am signing this object:
| Index: p2/inc/js.php | |
| =================================================================== | |
| --- p2/inc/js.php (revision 14979) | |
| +++ p2/inc/js.php (working copy) | |
| @@ -271,7 +271,7 @@ | |
| $('.commentlist').show(); | |
| $('.discussion').hide(); | |
| } | |
| - <?php if ( (int) $hide_threads ) : ?> | |
| + <?php if ( (int) $hide_threads && ! is_singular() ) : ?> |
| http://monaandchris.com/ | |
| http://deddinordiawan.com/ | |
| http://meetdux.com/ | |
| http://chelseano5.com/ | |
| http://strollwithoutshoes.com/ | |
| http://bikinibodypro.wordpress.com/ | |
| http://robertofrugone.com/ | |
| http://insendems.wordpress.com/ | |
| http://designmatters.iida.org/ | |
| http://madhyperecords.com/ |
| Twenty Thirteen, several important bug fixes | |
| I think this one definitely needs a bump and release with 3.7 | |
| http://core.trac.wordpress.org/log/trunk/src/wp-content/themes/twentythirteen/ | |
| Twenty Twelve, a few bug fixes (and minor code comment changes) | |
| I suggest a bump and release with 3.7 | |
| http://core.trac.wordpress.org/log/trunk/src/wp-content/themes/twentytwelve/ | |
| Twenty Eleven, 1 needed bug fix for mobile (and minor code comment changes) | |
| I suggest a bump and release with 3.7 |
| DELETE FROM wp_comments WHERE comment_approved = '0'; |
| <?php | |
| /** | |
| * Output Twenty Fourteen welcome panel content. | |
| * | |
| * @return void | |
| */ | |
| function twentyfourteen_welcome_panel() { | |
| ?> | |
| <p class="about-description"> | |
| Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed diam eget risus varius blandit sit amet non magna. Aenean lacinia bibendum nulla sed consectetur. |
| (?m: <wp:postmeta> | |
| <wp:meta_key>_elasticsearch_indexed_on</wp:meta_key> | |
| <wp:meta_value>.+?</wp:meta_value> | |
| </wp:postmeta> | |
| ) |
| <wp:commentmeta> | |
| <wp:meta_key>_elasticsearch_indexed_on</wp:meta_key> | |
| <wp:meta_value>.+?</wp:meta_value> | |
| </wp:commentmeta> |
I hereby claim:
To claim this, I am signing this object:
| diff --git a/json-endpoints/class.wpcom-json-api-get-site-endpoint.php b/json-endpoints/class.wpcom-json-api-get-site-endpoint.php | |
| index e6f589f..1a259d3 100644 | |
| --- a/json-endpoints/class.wpcom-json-api-get-site-endpoint.php | |
| +++ b/json-endpoints/class.wpcom-json-api-get-site-endpoint.php | |
| @@ -444,19 +444,24 @@ class WPCOM_JSON_API_List_Post_Formats_Endpoint extends WPCOM_JSON_API_Endpoint | |
| $this->load_theme_functions(); | |
| } | |
| - // Get a list of supported post formats. | |
| - $all_formats = get_post_format_strings(); |