mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 23:41:38 +01:00
Docs: Fix apostrophe usage in wp-admin/includes/class-wp-list-table.php
.
Props truptikanzariya, mukesh27. Fixes 61490. See 60699. Built from https://develop.svn.wordpress.org/trunk@58560 git-svn-id: http://core.svn.wordpress.org/trunk@58008 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a999cdbaf9
commit
c8ea512ba4
@ -995,10 +995,10 @@ class WP_List_Table {
|
|||||||
* - `edit_comments_per_page`
|
* - `edit_comments_per_page`
|
||||||
* - `sites_network_per_page`
|
* - `sites_network_per_page`
|
||||||
* - `site_themes_network_per_page`
|
* - `site_themes_network_per_page`
|
||||||
* - `themes_network_per_page'`
|
* - `themes_network_per_page`
|
||||||
* - `users_network_per_page`
|
* - `users_network_per_page`
|
||||||
* - `edit_post_per_page`
|
* - `edit_post_per_page`
|
||||||
* - `edit_page_per_page'`
|
* - `edit_page_per_page`
|
||||||
* - `edit_{$post_type}_per_page`
|
* - `edit_{$post_type}_per_page`
|
||||||
* - `edit_post_tag_per_page`
|
* - `edit_post_tag_per_page`
|
||||||
* - `edit_category_per_page`
|
* - `edit_category_per_page`
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.6-beta4-58559';
|
$wp_version = '6.6-beta4-58560';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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