Changeset 29278
- Timestamp:
- 07/23/2014 10:08:17 PM (10 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media-grid.js
r29271 r29278 441 441 model: this.model 442 442 }); 443 444 /** 445 * Attach a subview to display fields added via the 446 * `attachment_fields_to_edit` filter. 447 */ 448 contentRegion.view.views.set( '.attachment-compat', new media.view.AttachmentCompat({ 449 controller: this, 450 model: this.model 451 }) ); 452 443 453 // Update browser url when navigating media details 444 454 if ( this.model ) { -
trunk/src/wp-includes/js/media-views.js
r29271 r29278 6407 6407 /** 6408 6408 * wp.media.view.AttachmentCompat 6409 * 6410 * A view to display fields added via the `attachment_fields_to_edit` filter. 6409 6411 * 6410 6412 * @constructor -
trunk/src/wp-includes/media-template.php
r29266 r29278 387 387 </label> 388 388 <# } #> 389 <div class="attachment-compat"></div> 389 390 </div> 390 391
Note: See TracChangeset
for help on using the changeset viewer.