- Timestamp:
- 01/03/2016 06:14:41 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-url.php
r10418 r10434 47 47 * Must be used inside the {@link bp_profile_fields()} template loop. 48 48 * 49 * @since 2.1.0 50 * 49 51 * @param array $raw_properties Optional key/value array of 50 52 * {@link http://dev.w3.org/html5/markup/input.number.html permitted attributes} 51 53 * that you want to add. 52 *53 * @since 2.1.054 54 */ 55 55 public function edit_field_html( array $raw_properties = array() ) { … … 87 87 * Must be used inside the {@link bp_profile_fields()} template loop. 88 88 * 89 * @since 2.1.0 90 * 89 91 * @param array $raw_properties Optional key/value array of permitted 90 92 * attributes that you want to add. 91 * @since 2.1.092 93 */ 93 94 public function admin_field_html( array $raw_properties = array() ) { … … 131 132 * @param string $submitted_value Raw value submitted by the user. 132 133 * @param string|int $field_id Optional. ID of the field. 133 *134 134 * @return string 135 135 */ … … 161 161 * @param string $field_value The URL value, as saved in the database. 162 162 * @param string|int $field_id Optional. ID of the field. 163 *164 163 * @return string URL converted to a link. 165 164 */
Note: See TracChangeset
for help on using the changeset viewer.