Make get_adjacent_post() wrap a new WP_Get_Adjacent_Post object that uses WP_Query.

See [27285] for the actual commit, which misfired.

props ethitter!
fixes #26937.

Built from https://develop.svn.wordpress.org/trunk@27286


git-svn-id: http://core.svn.wordpress.org/trunk@27142 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2014-02-26 17:12:14 +00:00
parent 56550b7c96
commit 5154c27f82
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<?php
<?php
/**
* WordPress Link Template Functions
*