Skip to:
Content

bbPress.org


Ignore:
Timestamp:
10/19/2012 07:42:49 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Number Formatting:

  • Introduce $integer parameter to template-tags to switch filter for integer usage.
  • Use absint() where appropriate when getting counts.
  • Smarter int type casting.
  • Fixes bug where calculations were being done against formatted strings.
  • Fixes #1974.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bbp-includes/core/widgets.php

    r4249 r4258  
    521521     *                                         time
    522522     * @uses bbp_get_topic_id() To get the topic id
    523      * @uses bbp_get_topic_reply_count() To get the topic reply count
    524523     */
    525524    public function widget( $args, $instance ) {
Note: See TracChangeset for help on using the changeset viewer.