Merge branch 'master' of git@github.com:vrozkovec/woocommerce.git

This commit is contained in:
vrozkovec 2014-01-08 01:39:28 +01:00
commit 3fe9994d59
1 changed files with 8 additions and 2 deletions

View File

@ -1508,7 +1508,13 @@ jQuery( function($){
button: {
text: $el.data('update'),
},
multiple: true
multiple: true,
states : [
new wp.media.controller.Library({
title: $el.data('choose'),
filterable : 'all'
})
]
});
// When an image is selected, run a callback.
@ -1584,4 +1590,4 @@ jQuery( function($){
return false;
});
});
});