Docs: Improve wording and add missing full stops in a few docblocks.

Props shailu25, sabernhardt.
Fixes #60323.
Built from https://develop.svn.wordpress.org/trunk@57719


git-svn-id: http://core.svn.wordpress.org/trunk@57220 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler 2024-02-27 10:29:11 +00:00
parent 139a4c2dc8
commit 4fbb3d6975
4 changed files with 4 additions and 4 deletions

View File

@ -329,7 +329,7 @@ class WP_Comment_Query {
* *
* @since 4.2.0 Extracted from WP_Comment_Query::query(). * @since 4.2.0 Extracted from WP_Comment_Query::query().
* *
* @param string|array $query WP_Comment_Query arguments. See WP_Comment_Query::__construct(). * @param string|array $query WP_Comment_Query arguments. See WP_Comment_Query::__construct() for accepted arguments.
*/ */
public function parse_query( $query = '' ) { public function parse_query( $query = '' ) {
if ( empty( $query ) ) { if ( empty( $query ) ) {

View File

@ -145,7 +145,7 @@ class WP_Network_Query {
* *
* @since 4.6.0 * @since 4.6.0
* *
* @param string|array $query WP_Network_Query arguments. See WP_Network_Query::__construct() * @param string|array $query WP_Network_Query arguments. See WP_Network_Query::__construct() for accepted arguments.
*/ */
public function parse_query( $query = '' ) { public function parse_query( $query = '' ) {
if ( empty( $query ) ) { if ( empty( $query ) ) {

View File

@ -241,7 +241,7 @@ class WP_Term_Query {
* *
* @since 4.6.0 * @since 4.6.0
* *
* @param string|array $query WP_Term_Query arguments. See WP_Term_Query::__construct() * @param string|array $query WP_Term_Query arguments. See WP_Term_Query::__construct() for accepted arguments.
*/ */
public function parse_query( $query = '' ) { public function parse_query( $query = '' ) {
if ( empty( $query ) ) { if ( empty( $query ) ) {

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.5-beta2-57718'; $wp_version = '6.5-beta2-57719';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.