From a136a78c1e8adaedd98e0ff6f7dc9cbabd3ff4a8 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 26 Feb 2015 03:07:26 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/template.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wp-admin/includes/template.php b/src/wp-admin/includes/template.php index 8975e03110..0c5658cc0e 100644 --- a/src/wp-admin/includes/template.php +++ b/src/wp-admin/includes/template.php @@ -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() {