33 | | '<p>' . __('Hovering over each site reveals seven options (three for the primary site):') . '</p>' . |
34 | | '<ul><li>' . __('An Edit link to a separate Edit Site screen.') . '</li>' . |
35 | | '<li>' . __('Dashboard leads to the Dashboard for that site.') . '</li>' . |
36 | | '<li>' . __('Deactivate, Archive, and Spam which lead to confirmation screens. These actions can be reversed later.') . '</li>' . |
37 | | '<li>' . __('Delete which is a permanent action after the confirmation screens.') . '</li>' . |
38 | | '<li>' . __('Visit to go to the frontend site live.') . '</li></ul>' . |
39 | | '<p>' . __('The site ID is used internally, and is not shown on the front end of the site or to users/viewers.') . '</p>' . |
40 | | '<p>' . __('Clicking on bold headings can re-sort this table.') . '</p>' |
| 33 | '<p>' . __( 'Clicking on bold column headings can re-sort this table.' ) . '</p>' |
| 36 | get_current_screen()->add_help_tab( array( |
| 37 | 'id' => 'actions', |
| 38 | 'title' => __( 'Actions' ), |
| 39 | 'content' => |
| 40 | '<p>' . __( 'Hovering over each site reveals seven options (three for the primary site):' ) . '</p>' . |
| 41 | '<ul><li>' . __( 'An Edit link to a separate Edit Site screen.' ) . '</li>' . |
| 42 | '<li>' . __( 'Dashboard leads to the Dashboard for that site.' ) . '</li>' . |
| 43 | '<li>' . __( 'Deactivate, Archive, and Spam which lead to confirmation screens. These actions can be reversed later.' ) . '</li>' . |
| 44 | '<li>' . __( 'Delete which is a permanent action after the confirmation screens.' ) . '</li>' . |
| 45 | '<li>' . __( 'Visit takes you to the front end of that site.' ) . '</li></ul>' |
| 46 | ) ); |
| 47 | |