Skip to:
Content

bbPress.org

Changeset 4817


Ignore:
Timestamp:
03/17/2013 01:38:43 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Set the super_sticky text to an empty string rather than unset it, since it's currently expected to exist, and empty values will be filtered out anyways.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/extend/buddypress/group.php

    r4815 r4817  
    909909     */
    910910    public function unset_super_sticky( $args = array() ) {
    911         unset( $args['super_text'] );
     911        $args['super_text'] = '';
    912912        return $args;
    913913    }
Note: See TracChangeset for help on using the changeset viewer.