Ticket #29476: 29476.diff
File 29476.diff, 1.0 KB (added by , 10 years ago) |
---|
-
src/wp-includes/css/media-views.css
1918 1918 clear: both; 1919 1919 } 1920 1920 1921 .media-embed .setting.title { 1922 display: none; 1923 } 1924 1921 1925 .image-details .embed-media-settings .setting { 1922 1926 float: none; 1923 1927 width: auto; -
src/wp-includes/js/media-views.js
6863 6863 post_ID: media.view.settings.post.id, 6864 6864 shortcode: '[embed]' + this.model.get('url') + '[/embed]' 6865 6865 } 6866 } ).done( _.bind( this.renderoEmbed, this ) ); 6866 } ) 6867 .done( _.bind( this.renderoEmbed, this ) ) 6868 .fail( _.bind( this.failedoEmbed, this ) ); 6869 }, 6870 6871 failedoEmbed: function(response) { 6872 this.$('.setting.title').show(); 6867 6873 }, 6868 6874 6869 6875 renderoEmbed: function(html) {