mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Docs: Update and correct various inline documentation.
See #42505, #41756 git-svn-id: https://develop.svn.wordpress.org/trunk@43177 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 self|array|bool|object|WP_Post
|
||||
* @return array|bool|object|WP_Post
|
||||
*/
|
||||
public function filter( $filter ) {
|
||||
if ( $this->filter == $filter ) {
|
||||
|
||||
Reference in New Issue
Block a user