Making WordPress.org

Changeset 9525


Ignore:
Timestamp:
02/21/2020 01:39:33 AM (7 years ago)
Author:
dd32
Message:

Theme Directory: Revert Debug added in r9524.

See #3215.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-themes-api.php

    r9524 r9525  
    493493                }
    494494
     495                /*
    495496                // DEBUG - Try to find out why the cache for the popular/featured views occasionally only include 1 theme.
    496497                if (
     
    503504                        slack_dm( print_r( $this->request, 1 ), 'dd32' );
    504505                        slack_dm( print_r( $wp_query, 1 ), 'dd32' );
    505                 }
     506                } */
    506507
    507508                wp_cache_set( $cache_key, $this->response, $this->cache_group, $this->cache_life );
Note: See TracChangeset for help on using the changeset viewer.