Changeset 6547
- Timestamp:
- 02/05/2018 10:44:28 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-themes-api.php
r6546 r6547 445 445 } 446 446 447 // DEBUG448 if ( function_exists( 'slack_dm' ) && 1 === $this->result->found_posts ) {449 slack_dm( print_r( $this->fields, 1 ), 'obenland' );450 slack_dm( print_r( $wp_query, 1 ), 'obenland' );451 }452 453 447 // Basic information about the request. 454 448 $this->response = (object) array(
Note: See TracChangeset
for help on using the changeset viewer.