Making WordPress.org


Ignore:
Timestamp:
06/12/2018 12:41:56 AM (7 years ago)
Author:
obenland
Message:

Forums: Add trailing period to comments.

Props mp518.
Fixes #3233.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-support-compat.php

    r5625 r7293  
    8787     * handle either the feed request or the custom view if a user is found.
    8888     *
    89      * @param array $query_vars The query vars
    90      * @return array The query vars
     89     * @param array $query_vars The query vars.
     90     * @return array The query vars.
    9191     */
    9292    public function request( $query_vars ) {
     
    111111
    112112    public function topic_pubdate_correction_for_feed( $value, $object_id, $meta_key, $single ) {
    113         // We only care about _bbp_last_active_time in this particular context
     113        // We only care about _bbp_last_active_time in this particular context.
    114114        if( $meta_key == '_bbp_last_active_time' ) {
    115115            $value = get_post_time( 'Y-m-d H:i:s', true, $object_id );
Note: See TracChangeset for help on using the changeset viewer.