Created
June 28, 2014 15:28
-
-
Save ku/ec01f13829e677246737 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
| if ($this->posts[0]->tumblr_url) { | |
| header( "Location: " . $this->posts[0]->tumblr_url, true, 301); | |
| exit; | |
| } | |
| } | |
| // Put sticky posts at the top of the posts array | |
| "wp-includes/query.php" 4399 lines --76%-- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment