Skip to content

Commit

Permalink
Improved beans_esc_attributes() PHPDoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThierryA committed Aug 22, 2016
1 parent a1e556d commit 52f4027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/utilities/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ function beans_admin_menu_position( $position ) {
* @param array $attributes The array key defines the attribute name and the array value define the
* attribute value.
*
* @return string The sanitized attributes.
* @return string The escaped attributes.
*/
function beans_esc_attributes( $attributes ) {

Expand Down

0 comments on commit 52f4027

Please sign in to comment.