Changeset 36644 for trunk/src/wp-includes/functions.php
- Timestamp:
- 02/23/2016 06:43:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r36628 r36644 206 206 207 207 /** 208 * Convert integernumber to format based on the locale.208 * Convert float number to format based on the locale. 209 209 * 210 210 * @since 2.3.0 … … 212 212 * @global WP_Locale $wp_locale 213 213 * 214 * @param int $number The number to convert based on locale.215 * @param int $decimals Optional. Precision of the number of decimal places. Default 0.214 * @param float $number The number to convert based on locale. 215 * @param int $decimals Optional. Precision of the number of decimal places. Default 0. 216 216 * @return string Converted number in string format. 217 217 */
Note: See TracChangeset
for help on using the changeset viewer.