Changeset 32666
- Timestamp:
- 05/31/2015 01:37:36 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-users-list-table.php
r32656 r32666 326 326 327 327 /** 328 * Get name of default primary column328 * Get the name of the default primary column. 329 329 * 330 330 * @since 4.3.0 331 331 * @access protected 332 332 * 333 * @return string 333 * @return string Name of the default primary column, in this case, 'username'. 334 334 */ 335 335 protected function get_default_primary_column_name() { … … 338 338 339 339 /** 340 * Generate and display row actions links 340 * Generate and display row actions links. 341 341 * 342 342 * @since 4.3.0 343 343 * @access protected 344 344 * 345 * @param object $user User being acted upon 346 * @param string $column_name Current column name 347 * @param string $primary Primary column name 348 * 349 * @return string 345 * @param object $user User being acted upon. 346 * @param string $column_name Current column name. 347 * @param string $primary Primary column name. 348 * @return string Row actions output for users in Multisite. 350 349 */ 351 350 protected function handle_row_actions( $user, $column_name, $primary ) { … … 362 361 363 362 /** 364 * Filter the action links displayed under each user 365 * in the Network Admin Users list table. 363 * Filter the action links displayed under each user in the Network Admin Users list table. 366 364 * 367 365 * @since 3.2.0
Note: See TracChangeset
for help on using the changeset viewer.