Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/02/2015 05:21:07 AM (10 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/bp-groups-admin.php

    r9819 r9906  
    561561     * @since BuddyPress (1.7.0)
    562562     *
    563      * @param BP_Groups_Group Instance of the current group being edited. Passed by reference.
     563     * @param BP_Groups_Group $this Instance of the current group being edited. Passed by reference.
    564564     */
    565565    do_action_ref_array( 'bp_groups_admin_edit', array( &$group ) ); ?>
     
    688688 * @since BuddyPress (1.7.0)
    689689 *
    690  * @global BP_Group_List_Table $bp_groups_list_table Group screen list table.
     690 * @global BP_Groups_List_Table $bp_groups_list_table Group screen list table.
    691691 * @global string $plugin_page Currently viewed plugin page.
    692692 */
     
    13391339     * @since BuddyPress (1.7.0)
    13401340     *
    1341      * @param object $item The current group item in the loop.
     1341     * @param object|array $item The current group item in the loop.
    13421342     */
    13431343    public function single_row( $item = array() ) {
     
    15851585     * @since BuddyPress (1.7.0)
    15861586     *
    1587      * @param array Information about the current row.
     1587     * @param array $item Information about the current row.
    15881588     */
    15891589    public function column_description( $item = array() ) {
     
    16051605     * @since BuddyPress (1.7.0)
    16061606     *
    1607      * @param array Information about the current row.
     1607     * @param array $item Information about the current row.
    16081608     */
    16091609    public function column_status( $item = array() ) {
     
    16411641     * @since BuddyPress (1.7.0)
    16421642     *
    1643      * @param array Information about the current row.
     1643     * @param array $item Information about the current row.
    16441644     */
    16451645    public function column_members( $item = array() ) {
     
    16621662     * @since BuddyPress (1.7.0)
    16631663     *
    1664      * @param array Information about the current row.
     1664     * @param array $item Information about the current row.
    16651665     */
    16661666    public function column_last_active( $item = array() ) {
     
    16831683     * @since BuddyPress (2.0.0)
    16841684     *
    1685      * @param array Information about the current row.
    1686      * @param string the column name.
     1685     * @param array  $item Information about the current row.
     1686     * @param string $column_name The column name.
    16871687     *
    16881688     * @return string
Note: See TracChangeset for help on using the changeset viewer.