Make WordPress Core


Ignore:
Timestamp:
10/22/2013 05:21:32 PM (12 years ago)
Author:
nacin
Message:

Spell out duplicate hook locations.

props DrewAPicture.
fixes #25658.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-posts-list-table.php

    r25698 r25868  
    541541                            $find_main_page = (int) $parent->post_parent;
    542542
    543                             if ( !isset( $parent_name ) )
     543                            if ( !isset( $parent_name ) ) {
     544                                /** This filter is documented in wp-includes/post-template.php */
    544545                                $parent_name = apply_filters( 'the_title', $parent->post_title, $parent->ID );
     546                            }
    545547                        }
    546548                    }
Note: See TracChangeset for help on using the changeset viewer.