Skip to content

Commit

Permalink
Spacing / inline doc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
devin committed Feb 26, 2016
1 parent 5ae9a39 commit 22e39e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/js/frontend/give-checkout-global.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jQuery( function ( $ ) {
}

return accounting.formatMoney( price, args ).trim();

}

/**
Expand Down
3 changes: 1 addition & 2 deletions includes/formatting.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,9 @@ function give_format_admin_multilevel_amount( $field_args, $field ) {
* @return mixed|string|void
*/
function give_currency_filter( $price = '', $currency = '' ) {
if ( empty( $currency ) ) {

if ( empty( $currency ) ) {
$currency = give_get_currency();

}

$position = give_get_option( 'currency_position', 'before' );
Expand Down
2 changes: 1 addition & 1 deletion includes/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Install
*
* Runs on plugin install by setting up the post types, custom taxonomies, flushing rewrite rules to initiate the new 'donations' slug and also creates the plugin and populates the settings fields for those plugin pages. After successful install, the user is redirected to the Give Welcome screen.
* @description: Runs on plugin install by setting up the post types, custom taxonomies, flushing rewrite rules to initiate the new 'donations' slug and also creates the plugin and populates the settings fields for those plugin pages. After successful install, the user is redirected to the Give Welcome screen.
*
* @since 1.0
* @global $wpdb
Expand Down

0 comments on commit 22e39e6

Please sign in to comment.