Make WordPress Core

Changeset 22342


Ignore:
Timestamp:
10/31/2012 08:00:39 PM (11 years ago)
Author:
koopersmith
Message:

Remove dead gallery settings code. see #21390.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/media-views.js

    r22341 r22342  
    15831583            }
    15841584        }
    1585 
    1586         // render: function() {
    1587         //  this.$el.html( this.template({
    1588         //      count: this.options.maxColumns
    1589         //  }) );
    1590 
    1591         //  this.$('option[value="' + this.options.columns + '"]').attr( 'selected', true );
    1592         //  this.$('option[value="' + this.options.linkTo + '"]').addClass('active');
    1593         // }
    15941585    });
    15951586
Note: See TracChangeset for help on using the changeset viewer.