Ignore the internal-use function `_wp_posts_page_notice()` from parsing for the code reference.
See #17470. git-svn-id: https://develop.svn.wordpress.org/trunk@31551 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f11e86fb83
commit
a136a78c1e
|
@ -2171,8 +2171,9 @@ function wp_star_rating( $args = array() ) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Output a notice when editing the page for posts.
|
||||
* Output a notice when editing the page for posts (internal use only).
|
||||
*
|
||||
* @ignore
|
||||
* @since 4.2.0
|
||||
*/
|
||||
function _wp_posts_page_notice() {
|
||||
|
|
Loading…
Reference in New Issue