Changeset 37431 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 05/13/2016 06:40:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r37342 r37431 167 167 168 168 /** 169 * Make private properties readable for backward scompatibility.169 * Make private properties readable for backward compatibility. 170 170 * 171 171 * @since 4.0.0 … … 182 182 183 183 /** 184 * Make private properties settable for backward scompatibility.184 * Make private properties settable for backward compatibility. 185 185 * 186 186 * @since 4.0.0 … … 198 198 199 199 /** 200 * Make private properties checkable for backward scompatibility.200 * Make private properties checkable for backward compatibility. 201 201 * 202 202 * @since 4.0.0 … … 213 213 214 214 /** 215 * Make private properties un-settable for backward scompatibility.215 * Make private properties un-settable for backward compatibility. 216 216 * 217 217 * @since 4.0.0 … … 227 227 228 228 /** 229 * Make private/protected methods readable for backward scompatibility.229 * Make private/protected methods readable for backward compatibility. 230 230 * 231 231 * @since 4.0.0 … … 433 433 * 434 434 * @param string $which The location of the bulk actions: 'top' or 'bottom'. 435 * This is designated as optional for backward s-compatibility.435 * This is designated as optional for backward compatibility. 436 436 */ 437 437 protected function bulk_actions( $which = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.