Changeset 41162 for trunk/src/wp-includes/widgets/class-wp-widget-media.php
- Timestamp:
- 07/27/2017 12:40:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-media.php
r41028 r41162 46 46 * 47 47 * @since 4.8.0 48 * @access public49 48 * 50 49 * @param string $id_base Base ID for the widget, lowercase and unique. … … 94 93 * 95 94 * @since 4.8.0 96 * @access public97 95 * 98 96 * @param integer $number Optional. The unique order number of this widget instance … … 123 121 * 124 122 * @since 4.8.0 125 * @access public126 123 * 127 124 * @see WP_REST_Controller::get_item_schema() … … 159 156 * 160 157 * @since 4.8.0 161 * @access public162 158 * 163 159 * @param int|WP_Post $attachment Attachment post ID or object. … … 183 179 * 184 180 * @since 4.8.0 185 * @access public186 181 * 187 182 * @link http://w3c.github.io/html/infrastructure.html#space-separated-tokens … … 203 198 * 204 199 * @since 4.8.0 205 * @access public206 200 * 207 201 * @see WP_Widget::widget() … … 247 241 * 248 242 * @since 4.8.0 249 * @access public250 243 * 251 244 * @see WP_Widget::update() … … 293 286 * 294 287 * @since 4.8.0 295 * @access public296 288 * 297 289 * @param array $instance Widget instance props. … … 306 298 * 307 299 * @since 4.8.0 308 * @access public309 300 * 310 301 * @see \WP_Widget_Media::render_control_template_scripts() Where the JS template is located. … … 336 327 * 337 328 * @since 4.8.0 338 * @access public339 329 * 340 330 * @param array $states An array of media states. … … 373 363 * 374 364 * @since 4.8.0 375 * @access public376 365 */ 377 366 public function enqueue_preview_scripts() {} … … 381 370 * 382 371 * @since 4.8.0 383 * @access public384 372 */ 385 373 public function enqueue_admin_scripts() { … … 392 380 * 393 381 * @since 4.8.0 394 * @access public395 382 */ 396 383 public function render_control_template_scripts() { … … 426 413 * 427 414 * @since 4.8.0 428 * @access protected429 415 * 430 416 * @param array $instance Widget instance props.
Note: See TracChangeset
for help on using the changeset viewer.