mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
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:
parent
139a4c2dc8
commit
4fbb3d6975
@ -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 ) ) {
|
||||||
|
@ -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 ) ) {
|
||||||
|
@ -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 ) ) {
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user