Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/02/2015 05:21:07 AM (11 years ago)
Author:
tw2113
Message:

Initial documentation cleanup for the BP Groups component.

See #6401.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/classes/class-bp-group-extension.php

    r9819 r9906  
    290290         */
    291291
    292         // The content of the group tab
     292        /*
     293         * The content of the group tab
     294         *
     295         * @param int|null $group_id
     296         */
    293297        public function display( $group_id = null ) {}
    294298
    295         // Content displayed in a widget sidebar, if applicable
     299        /**
     300         * Content displayed in a widget sidebar, if applicable
     301         */
    296302        public function widget_display() {}
    297303
     
    10841090         *
    10851091         * @param string $screen The screen markup, captured in the output
    1086          *        buffer.
    1087          * @param string $screen The same markup, with a submit button added.
     1092         *                       buffer.
     1093         *
     1094         * @return string $screen The same markup, with a submit button added.
    10881095         */
    10891096        protected function maybe_add_submit_button( $screen = '' ) {
     
    11191126         * @since BuddyPress (2.1.0)
    11201127         *
    1121          * @param string $location
     1128         * @param string $redirect
     1129         *
    11221130         * @return string
    11231131         */
     
    16741682 *
    16751683 * @param string Name of the Extension class.
    1676  * @return bool|null Returns false on failure, otherwise null.
     1684 * @return false|null Returns false on failure, otherwise null.
    16771685 */
    16781686function bp_register_group_extension( $group_extension_class = '' ) {
Note: See TracChangeset for help on using the changeset viewer.