Changeset 9906 for trunk/src/bp-groups/classes/class-bp-group-extension.php
- Timestamp:
- 06/02/2015 05:21:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-group-extension.php
r9819 r9906 290 290 */ 291 291 292 // The content of the group tab 292 /* 293 * The content of the group tab 294 * 295 * @param int|null $group_id 296 */ 293 297 public function display( $group_id = null ) {} 294 298 295 // Content displayed in a widget sidebar, if applicable 299 /** 300 * Content displayed in a widget sidebar, if applicable 301 */ 296 302 public function widget_display() {} 297 303 … … 1084 1090 * 1085 1091 * @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. 1088 1095 */ 1089 1096 protected function maybe_add_submit_button( $screen = '' ) { … … 1119 1126 * @since BuddyPress (2.1.0) 1120 1127 * 1121 * @param string $location 1128 * @param string $redirect 1129 * 1122 1130 * @return string 1123 1131 */ … … 1674 1682 * 1675 1683 * @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. 1677 1685 */ 1678 1686 function bp_register_group_extension( $group_extension_class = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.