Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#50655 closed defect (bug) (fixed)

The description of get_blog_post() can be more precise

Reported by: stevenlinx Owned by: SergeyBiryukov
Priority: normal Milestone: 5.5
Component: Posts, Post Types Version:
Severity: normal Keywords: has-patch
Cc: Focuses: docs, multisite

Description

An additional sentence can be added:
"This function is the same as get_post(), except that it can retrieve a post from any site on the network, not just the current site."

Codex:
https://codex.wordpress.org/Function_Reference/get_blog_post

DevHub:
https://developer.wordpress.org/reference/functions/get_blog_post/

Attachments (1)

50655.diff (536 bytes ) - added by stevenlinx 6 years ago.

Download all attachments as: .zip

Change History (4)

@stevenlinx
6 years ago

#1 @stevenlinx
6 years ago

  • Keywords has-patch added; needs-patch removed

#2 @SergeyBiryukov
6 years ago

  • Component GeneralPosts, Post Types
  • Focuses multisite added
  • Milestone Awaiting Review5.5

#3 @SergeyBiryukov
6 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 48467:

Docs: Improve description for get_blog_post().

Props stevenlinx.
Fixes #50655.

Note: See TracTickets for help on using tickets.