changeset 19 | 3d72ae0968f4 |
parent 18 | be944660c56a |
child 21 | 48c4eec2b7e6 |
18:be944660c56a | 19:3d72ae0968f4 |
---|---|
32 } else { |
32 } else { |
33 wp_die( __( 'The primary site you chose does not exist.' ) ); |
33 wp_die( __( 'The primary site you chose does not exist.' ) ); |
34 } |
34 } |
35 } |
35 } |
36 |
36 |
37 // Used in the HTML title tag. |
|
37 $title = __( 'My Sites' ); |
38 $title = __( 'My Sites' ); |
38 $parent_file = 'index.php'; |
39 $parent_file = 'index.php'; |
39 |
40 |
40 get_current_screen()->add_help_tab( |
41 get_current_screen()->add_help_tab( |
41 array( |
42 array( |