Changeset 10255
- Timestamp:
- 10/12/2015 07:08:58 PM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-template.php
r10248 r10255 5258 5258 } 5259 5259 5260 function bp_group_avatar_edit_form() {5261 groups_avatar_upload();5262 }5263 5264 5260 function bp_custom_group_boxes() { 5265 5261 do_action( 'groups_custom_group_boxes' ); -
trunk/src/bp-loader.php
r10248 r10255 500 500 require( $this->plugin_dir . 'bp-core/deprecated/2.2.php' ); 501 501 require( $this->plugin_dir . 'bp-core/deprecated/2.3.php' ); 502 require( $this->plugin_dir . 'bp-core/deprecated/2.4.php' ); 502 503 } 503 504 }
Note: See TracChangeset
for help on using the changeset viewer.