Skip to:
Content

bbPress.org

Changeset 4744


Ignore:
Timestamp:
01/31/2013 04:55:44 AM (12 years ago)
Author:
johnjamesjacoby
Message:

When updating the BuddyPress root group forum, also update the post_name. Hat tip netweb. See #2089.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/admin/tools.php

    r4731 r4744  
    405405                'ID'         => $posts[0]->ID,
    406406                'post_title' => __( 'Group Forums', 'bbpress' ),
     407                'post_name'  => __( 'group-forums', 'bbpress' ),
    407408            ) );
    408409        }
Note: See TracChangeset for help on using the changeset viewer.