Changeset 5471
- Timestamp:
- 09/08/2014 07:38:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/users/template.php
r5466 r5471 903 903 // Parse arguments against default values 904 904 $r = bbp_parse_args( $args, array( 905 'favorite' => __( 'Favorite', 'bbpress' ),906 'favorited' => __( ' Favorited', 'bbpress' ),905 'favorite' => __( 'Favorite', 'bbpress' ), 906 'favorited' => __( 'Unfavorite', 'bbpress' ), 907 907 'user_id' => 0, 908 908 'topic_id' => 0,
Note: See TracChangeset
for help on using the changeset viewer.