Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #6335, comment 3


Ignore:
Timestamp:
03/31/2015 05:02:19 PM (9 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6335, comment 3

    v1 v2  
    1010
    1111function my_log_new_posts( $post_id, $post ) {
    12         if ( empty( $post->post_title ) ) {
     12        if ( empty( $post->post_title ) && 'page' === $post->post_type ) {
    1313                ray_log( 'empty post: ' . print_r( debug_backtrace(), true ) );
    1414        }