Skip to:
Content

bbPress.org

Ticket #3407: 3407_2.patch

File 3407_2.patch, 1.1 KB (added by arafatjamil01, 13 months ago)

I have found another typo, fixed in this patch file.

  • src/includes/core/functions.php

     
    2525         *
    2626         * @since 2.0.0 bbPress (r3468)
    2727         *
    28          * @retrun string The bbPress version
     28         * @return string The bbPress version
    2929         */
    3030        function bbp_get_version() {
    3131                return bbpress()->version;
     
    4444         *
    4545         * @since 2.6.7 bbPress (r7188)
    4646         *
    47          * @retrun string The bbPress asset version
     47         * @return string The bbPress asset version
    4848         */
    4949        function bbp_get_asset_version() {
    5050                return bbp_doing_script_debug()
     
    6565         *
    6666         * @since 2.0.0 bbPress (r3468)
    6767         *
    68          * @retrun string The bbPress version
     68         * @return string The bbPress version
    6969         */
    7070        function bbp_get_db_version() {
    7171                return bbpress()->db_version;
     
    8484         *
    8585         * @since 2.0.0 bbPress (r3468)
    8686         *
    87          * @retrun string The current bbPress version
     87         * @return string The current bbPress version
    8888         */
    8989        function bbp_get_db_version_raw() {
    9090                return get_option( '_bbp_db_version', '' );