Changeset 11116
- Timestamp:
- 09/19/2016 06:11:13 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-button.php
r11114 r11116 53 53 * The button ID. 54 54 * 55 * @since 1.2.6 56 * 55 57 * @var string 56 58 */ … … 60 62 * The name of the component that the button belongs to. 61 63 * 64 * @since 1.2.6 65 * 62 66 * @var string 63 67 */ … … 67 71 * Does the user need to be logged in to see this button? 68 72 * 73 * @since 1.2.6 74 * 69 75 * @var bool 70 76 */ … … 74 80 * Whether the button should be hidden when viewing your own profile. 75 81 * 82 * @since 1.2.6 83 * 76 84 * @var bool 77 85 */ … … 121 129 * The contents of the button link. 122 130 * 131 * @since 1.2.6 132 * 123 133 * @var string 124 134 */ 125 135 public $link_text = ''; 126 136 127 /** HTML result 137 /** 138 * HTML result. 139 * 140 * @since 1.2.6 128 141 * 129 142 * @var string … … 136 149 * The type of DOM element to use for a wrapper. 137 150 * 151 * @since 1.2.6 138 152 * @deprecated 2.7.0 Use $parent_element instead. 139 153 * … … 145 159 * The DOM class of the button wrapper. 146 160 * 161 * @since 1.2.6 147 162 * @deprecated 2.7.0 Set 'class' key in $parent_attr instead. 148 163 * … … 154 169 * The DOM ID of the button wrapper. 155 170 * 171 * @since 1.2.6 156 172 * @deprecated 2.7.0 Set 'id' key in $parent_attr instead. 157 173 * … … 163 179 * The destination link of the button. 164 180 * 181 * @since 1.2.6 165 182 * @deprecated 2.7.0 Set 'href' key in $button_attr instead. 166 183 * … … 172 189 * The DOM class of the button link. 173 190 * 191 * @since 1.2.6 174 192 * @deprecated 2.7.0 Set 'class' key in $button_attr instead. 175 193 * … … 181 199 * The DOM ID of the button link. 182 200 * 201 * @since 1.2.6 183 202 * @deprecated 2.7.0 Set 'id' key in $button_attr instead. 184 203 * … … 190 209 * The DOM rel value of the button link. 191 210 * 211 * @since 1.2.6 192 212 * @deprecated 2.7.0 Set 'rel' key in $button_attr instead. 193 213 * … … 199 219 * Title of the button link. 200 220 * 221 * @since 1.2.6 201 222 * @deprecated 2.7.0 Set 'title' key in $button_attr instead. 202 223 *
Note: See TracChangeset
for help on using the changeset viewer.