소스 검색

Publication: Removing deprecated Jetpack function that no longer works to adjust the size of gallery images. This is now handled by core. See #40

Caroline Moore 7 년 전
부모
커밋
36dc0333e6
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      publication/inc/jetpack.php

+ 0 - 8
publication/inc/jetpack.php

@@ -66,11 +66,3 @@ function publication_the_site_logo() {
 		jetpack_the_site_logo();
 	}
 }
-
-/**
- * Overwritte default gallery widget content width.
- */
-function publication_gallery_widget_content_width( $width ) {
-	return 672;
-}
-add_filter( 'gallery_widget_content_width', 'publication_gallery_widget_content_width');