Changeset 3840 for branches/plugin/bbp-includes/bbp-core-update.php
- Timestamp:
- 04/15/2012 01:49:07 AM (14 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-includes/bbp-core-update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-update.php
r3798 r3840 170 170 'reply_content' => __( 'Oh, and this is what a reply looks like.', 'bbpress' ), 171 171 ); 172 $r = wp_parse_args( apply_filters( 'bbp_pre_create_initial_content', $args ), $defaults);172 $r = bbp_parse_args( $args, $defaults, 'create_initial_content' ); 173 173 extract( $r ); 174 174
Note: See TracChangeset
for help on using the changeset viewer.