Ignore the internal-use function `_wp_posts_page_notice()` from parsing for the code reference.
See #17470. Built from https://develop.svn.wordpress.org/trunk@31551 git-svn-id: http://core.svn.wordpress.org/trunk@31532 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ae3baa7c5b
commit
50bb433c66
|
@ -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() {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-alpha-31550';
|
||||
$wp_version = '4.2-alpha-31551';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue