Skip to:
Content

bbPress.org

Ticket #2288: BBPRESS_PATCH_TYPOS.patch

File BBPRESS_PATCH_TYPOS.patch, 1.2 KB (added by DJPaul, 11 years ago)
  • includes/extend/buddypress/activity.php

    diff --git a/includes/extend/buddypress/activity.php b/includes/extend/buddypress/activity.php
    index 5327c61..d6b5dd4 100644
    a b class BBP_BuddyPress_Activity { 
    3131        private $component = '';
    3232
    3333        /**
    34          * Forum Create Activty Action
     34         * Forum Create Activity Action
    3535         *
    3636         * @var string
    3737         */
    3838        private $forum_create = '';
    3939
    4040        /**
    41          * Topic Create Activty Action
     41         * Topic Create Activity Action
    4242         *
    4343         * @var string
    4444         */
    4545        private $topic_create = '';
    4646
    4747        /**
    48          * Topic Close Activty Action
     48         * Topic Close Activity Action
    4949         *
    5050         * @var string
    5151         */
    5252        private $topic_close = '';
    5353
    5454        /**
    55          * Topic Edit Activty Action
     55         * Topic Edit Activity Action
    5656         *
    5757         * @var string
    5858         */
    5959        private $topic_edit = '';
    6060
    6161        /**
    62          * Topic Open Activty Action
     62         * Topic Open Activity Action
    6363         *
    6464         * @var string
    6565         */
    6666        private $topic_open = '';
    6767
    6868        /**
    69          * Reply Create Activty Action
     69         * Reply Create Activity Action
    7070         *
    7171         * @var string
    7272         */
    7373        private $reply_create = '';
    7474
    7575        /**
    76          * Reply Edit Activty Action
     76         * Reply Edit Activity Action
    7777         *
    7878         * @var string
    7979         */