Changeset 9906 for trunk/src/bp-groups/bp-groups-admin.php
- Timestamp:
- 06/02/2015 05:21:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-admin.php
r9819 r9906 561 561 * @since BuddyPress (1.7.0) 562 562 * 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. 564 564 */ 565 565 do_action_ref_array( 'bp_groups_admin_edit', array( &$group ) ); ?> … … 688 688 * @since BuddyPress (1.7.0) 689 689 * 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. 691 691 * @global string $plugin_page Currently viewed plugin page. 692 692 */ … … 1339 1339 * @since BuddyPress (1.7.0) 1340 1340 * 1341 * @param object $item The current group item in the loop.1341 * @param object|array $item The current group item in the loop. 1342 1342 */ 1343 1343 public function single_row( $item = array() ) { … … 1585 1585 * @since BuddyPress (1.7.0) 1586 1586 * 1587 * @param array Information about the current row.1587 * @param array $item Information about the current row. 1588 1588 */ 1589 1589 public function column_description( $item = array() ) { … … 1605 1605 * @since BuddyPress (1.7.0) 1606 1606 * 1607 * @param array Information about the current row.1607 * @param array $item Information about the current row. 1608 1608 */ 1609 1609 public function column_status( $item = array() ) { … … 1641 1641 * @since BuddyPress (1.7.0) 1642 1642 * 1643 * @param array Information about the current row.1643 * @param array $item Information about the current row. 1644 1644 */ 1645 1645 public function column_members( $item = array() ) { … … 1662 1662 * @since BuddyPress (1.7.0) 1663 1663 * 1664 * @param array Information about the current row.1664 * @param array $item Information about the current row. 1665 1665 */ 1666 1666 public function column_last_active( $item = array() ) { … … 1683 1683 * @since BuddyPress (2.0.0) 1684 1684 * 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. 1687 1687 * 1688 1688 * @return string
Note: See TracChangeset
for help on using the changeset viewer.