mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Docs: Docblock corrections relating to WP_Post objects.
See #51373, #50768 git-svn-id: https://develop.svn.wordpress.org/trunk@49544 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -352,7 +352,7 @@ final class WP_Post {
|
||||
* @since 3.5.0
|
||||
*
|
||||
* @param string $filter Filter.
|
||||
* @return array|bool|object|WP_Post
|
||||
* @return WP_Post
|
||||
*/
|
||||
public function filter( $filter ) {
|
||||
if ( $this->filter === $filter ) {
|
||||
|
||||
Reference in New Issue
Block a user