Plugin Directory

Changeset 795609

Timestamp:
10/30/2013 01:48:31 AM (11 years ago)
Author:
jshreve
Message:

Stop filtering og:image thru photon. Facebook and others want the largest possible image - not a small size.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jetpack/trunk/class.photon.php

    r793697 r795609  
    5858        // Core image retrieval
    5959        add_filter( 'image_downsize', array( $this, 'filter_image_downsize' ), 10, 3 );
    60 
    61         // og:image URL
    62         add_filter( 'jetpack_open_graph_tags', array( $this, 'filter_open_graph_tags' ), 10, 2 );
    6360
    6461        // Helpers for maniuplated images
Note: See TracChangeset for help on using the changeset viewer.