Make WordPress Core


Ignore:
Timestamp:
03/08/2014 04:19:24 AM (11 years ago)
Author:
nacin
Message:

I am having a bad day. see #13265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-theme.php

    r27470 r27471  
    977977         * @param WP_Post|null $post           The post being edited, provided for context, or null.
    978978         */
    979         error_log( serialize( $this ) );
    980979        $return = apply_filters( 'theme_page_templates', $page_templates, $this, $post );
    981980        return array_intersect_assoc( $return, $page_templates );
Note: See TracChangeset for help on using the changeset viewer.