- Timestamp:
- 06/01/2024 04:59:14 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type.php
r13806 r13882 295 295 * 296 296 * @param array $raw_properties Optional key/value array of permitted attributes that you want to add. 297 * @return void298 297 */ 299 298 abstract public function edit_field_html( array $raw_properties = array() ); … … 307 306 * 308 307 * @param array $raw_properties Optional key/value array of permitted attributes that you want to add. 309 * @return void310 308 */ 311 309 abstract public function admin_field_html( array $raw_properties = array() );
Note: See TracChangeset
for help on using the changeset viewer.