Created
October 24, 2014 07:02
-
-
Save SirDarcanos/ecd29ce7b1cc5fa1e1ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ( is_numeric( $download['downloads_remaining'] ) ) | |
echo apply_filters( 'woocommerce_available_download_count', '' . sprintf( _n( '%s download remaining', '%s downloads remaining', $download['downloads_remaining'], 'woocommerce' ), $download['downloads_remaining'] ) . ' ', $download ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment