Docs: Clarify @param types on get_sample_permalink_html filter.
`$new_title` and `$new_slug` can be null if `get_sample_permalink_html()` was called with default parameters, and they are documented as `string|null` in the function DocBlock. Follow-up to [34347]. Props Enchiridion, audrasjb, SergeyBiryukov. Fixes #58322. See #33927. --Cette ligne, et les suivantes ci-dessous, seront ignorées-- M trunk/src/wp-admin/includes/post.php Built from https://develop.svn.wordpress.org/trunk@55758 git-svn-id: http://core.svn.wordpress.org/trunk@55270 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.3-alpha-55757';
|
||||
$wp_version = '6.3-alpha-55758';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user