Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/15/2015 09:12:51 PM (10 years ago)
Author:
johnjamesjacoby
Message:

IDs: Some reply functions still default to their topics if no replies are present. This functionality has slowly been removed over time and built into respective functions. In this changeset, we remove those leftover assignments and update a few phpdoc descriptions as needed.

Hat-tip netweb. See #2806.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/extend/akismet.php

    r5840 r5842  
    147147
    148148        if ( ! empty( $post_data['post_parent'] ) ) {
     149
    149150            // Use post parent for permalink
    150151            $post_permalink = get_permalink( $post_data['post_parent'] );
Note: See TracChangeset for help on using the changeset viewer.