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:
Drew Jaynes 2015-02-26 03:07:26 +00:00
parent f11e86fb83
commit a136a78c1e
1 changed files with 2 additions and 1 deletions

View File

@ -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() {