Skip to:
Content

bbPress.org

Ticket #3407: 3407.patch

File 3407.patch, 883 bytes (added by dilipbheda, 4 years ago)
  • 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.0.0 bbPress (r3468)
    4646         *
    47          * @retrun string The bbPress version
     47         * @return string The bbPress version
    4848         */
    4949        function bbp_get_db_version() {
    5050                return bbpress()->db_version;
     
    6363         *
    6464         * @since 2.0.0 bbPress (r3468)
    6565         *
    66          * @retrun string The current bbPress version
     66         * @return string The current bbPress version
    6767         */
    6868        function bbp_get_db_version_raw() {
    6969                return get_option( '_bbp_db_version', '' );