Skip to content

Commit

Permalink
Minor PHPDoc edit for 'bp_rbe_encode_mode' filter.
Browse files Browse the repository at this point in the history
See #96.
  • Loading branch information
r-a-y committed Apr 18, 2017
1 parent d322230 commit e771388
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/bp-rbe-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,8 @@ function bp_rbe_encode( $args = array() ) {
* Set the encode mode for the string.
*
* Default mode is 'aes'. If you override this in the filter, you still have
* to modify the return value by using the 'bp_rbe_encode' filter.
* to modify the return value by using the 'bp_rbe_encode' and 'bp_rbe_decode'
* filters.
*
* @since 1.0-beta1
*
Expand Down

0 comments on commit e771388

Please sign in to comment.