- Timestamp:
- 10/01/2015 04:18:13 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-placeholder.php
r10142 r10163 1 1 <?php 2 2 /** 3 * BuddyPress XProfile Classes 3 * BuddyPress XProfile Classes. 4 4 * 5 5 * @package BuddyPress … … 31 31 * Prevent any HTML being output for this field type. 32 32 * 33 * @param array $raw_properties Optional key/value array of {@link http://dev.w3.org/html5/markup/input.text.html permitted attributes} that you want to add.34 33 * @since 2.0.1 34 * 35 * @param array $raw_properties Optional key/value array of 36 * {@link http://dev.w3.org/html5/markup/input.text.html permitted attributes} 37 * that you want to add. 35 38 */ 36 39 public function edit_field_html( array $raw_properties = array() ) { … … 40 43 * Prevent any HTML being output for this field type. 41 44 * 45 * @since 2.0.1 46 * 42 47 * @param array $raw_properties Optional key/value array of permitted attributes that you want to add. 43 * @since 2.0.144 48 */ 45 49 public function admin_field_html( array $raw_properties = array() ) { … … 49 53 * Prevent any HTML being output for this field type. 50 54 * 55 * @since 2.0.1 56 * 51 57 * @param BP_XProfile_Field $current_field The current profile field on the add/edit screen. 52 * @param string $control_type Optional. HTML input type used to render the current field's child options.53 * @since 2.0.158 * @param string $control_type Optional. HTML input type used to render the current 59 * field's child options. 54 60 */ 55 61 public function admin_new_field_html( BP_XProfile_Field $current_field, $control_type = '' ) {}
Note: See TracChangeset
for help on using the changeset viewer.