- Timestamp:
- 02/16/2024 09:45:18 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php
r56665 r57644 303 303 * @global string $mode List table view mode. 304 304 * 305 * @param string $which The location of the pagination nav markup: 'top' or 'bottom'.305 * @param string $which The location of the pagination nav markup: Either 'top' or 'bottom'. 306 306 */ 307 307 protected function pagination( $which ) { … … 320 320 * @since 5.3.0 321 321 * 322 * @param string $which The location of the extra table nav markup: 'top' or 'bottom'.322 * @param string $which The location of the extra table nav markup: Either 'top' or 'bottom'. 323 323 */ 324 324 protected function extra_tablenav( $which ) { … … 334 334 * @since 5.3.0 335 335 * 336 * @param string $which The location of the extra table nav markup: 'top' or 'bottom'.336 * @param string $which The location of the extra table nav markup: Either 'top' or 'bottom'. 337 337 */ 338 338 do_action( 'restrict_manage_sites', $which ); … … 354 354 * @since 5.3.0 355 355 * 356 * @param string $which The location of the extra table nav markup: 'top' or 'bottom'.356 * @param string $which The location of the extra table nav markup: Either 'top' or 'bottom'. 357 357 */ 358 358 do_action( 'manage_sites_extra_tablenav', $which );
Note: See TracChangeset
for help on using the changeset viewer.