Created
March 15, 2018 15:22
-
-
Save FinalDestiny/414c24b18e9d62a16c0fb239b008f95f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find: | |
<?php if ( ! in_array( $post_format, array( 'link', 'audio', 'quote' ) ) ) : ?> | |
replace with | |
<?php if ( ! in_array( $post_format, array( 'link', 'audio' ) ) ) : ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment