Commit 769ab17a1a for wordpress.org

commit 769ab17a1ababac43c3c2c7f124fbfd3685453aa
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date:   Sun Jan 25 23:11:36 2026 +0000

    Docs: Add missing descriptions for `WP_List_Table` properties.

    Follow-up to [31146], [35021].

    Props huzaifaalmesbah.
    See #64224.
    Built from https://develop.svn.wordpress.org/trunk@61524


    git-svn-id: http://core.svn.wordpress.org/trunk@60835 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-admin/includes/class-wp-list-table.php b/wp-admin/includes/class-wp-list-table.php
index 45849eb595..a679218243 100644
--- a/wp-admin/includes/class-wp-list-table.php
+++ b/wp-admin/includes/class-wp-list-table.php
@@ -80,14 +80,14 @@ class WP_List_Table {
 	protected $_column_headers;

 	/**
-	 * {@internal Missing Summary}
+	 * List of private properties made readable for backward compatibility.
 	 *
 	 * @var array
 	 */
 	protected $compat_fields = array( '_args', '_pagination_args', 'screen', '_actions', '_pagination' );

 	/**
-	 * {@internal Missing Summary}
+	 * List of private/protected methods made readable for backward compatibility.
 	 *
 	 * @var array
 	 */
@@ -280,7 +280,7 @@ class WP_List_Table {
 	}

 	/**
-	 * Checks the current user's permissions
+	 * Checks the current user's permissions.
 	 *
 	 * @since 3.1.0
 	 * @abstract
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 657f29b6b5..9d40427e68 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.0-alpha-61523';
+$wp_version = '7.0-alpha-61524';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.