Changeset 55911 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 06/14/2023 06:32:14 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r55857 r55911 174 174 175 175 /** 176 * Make private properties readable for backward compatibility.176 * Makes private properties readable for backward compatibility. 177 177 * 178 178 * @since 4.0.0 … … 188 188 189 189 /** 190 * Make private properties settable for backward compatibility.190 * Makes private properties settable for backward compatibility. 191 191 * 192 192 * @since 4.0.0 … … 203 203 204 204 /** 205 * Make private properties checkable for backward compatibility.205 * Makes private properties checkable for backward compatibility. 206 206 * 207 207 * @since 4.0.0 … … 219 219 220 220 /** 221 * Make private properties un-settable for backward compatibility.221 * Makes private properties un-settable for backward compatibility. 222 222 * 223 223 * @since 4.0.0 … … 232 232 233 233 /** 234 * Make private/protected methods readable for backward compatibility.234 * Makes private/protected methods readable for backward compatibility. 235 235 * 236 236 * @since 4.0.0 … … 270 270 271 271 /** 272 * An internal method that sets all the necessary pagination arguments272 * Sets all the necessary pagination arguments. 273 273 * 274 274 * @since 3.1.0 … … 321 321 322 322 /** 323 * Whether the table has items to display or not323 * Determines whether the table has items to display or not 324 324 * 325 325 * @since 3.1.0 … … 1151 1151 1152 1152 /** 1153 * Gets the name of the primary column. 1154 * 1153 1155 * Public wrapper for WP_List_Table::get_default_primary_column_name(). 1154 1156 * … … 1452 1454 1453 1455 /** 1454 * Extra controls to be displayedbetween bulk actions and pagination.1456 * Displays extra controls between bulk actions and pagination. 1455 1457 * 1456 1458 * @since 3.1.0
Note: See TracChangeset
for help on using the changeset viewer.