Skip to:
Content

bbPress.org

Changeset 3591


Ignore:
Timestamp:
11/07/2011 06:33:32 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Fix phpdoc indentation to bbp_get_time_since()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-common-functions.php

    r3581 r3591  
    169169     *
    170170     * @param $time Unix timestamp from which the difference begins.
    171         * @uses current_time() To get the current time in mysql format
    172         * @uses human_time_diff() To get the time differene in since format
    173         * @uses apply_filters() Calls 'bbp_get_time_since' with the time
    174         *                        difference and time
    175         * @return string Formatted time
     171    * @uses current_time() To get the current time in mysql format
     172    * @uses human_time_diff() To get the time differene in since format
     173    * @uses apply_filters() Calls 'bbp_get_time_since' with the time
     174    *                        difference and time
     175    * @return string Formatted time
    176176     */
    177177    function bbp_get_time_since( $time ) {
Note: See TracChangeset for help on using the changeset viewer.