| @@ -100,9 +100,12 @@ | ||
| 100 | 100 | } |
| 101 | 101 | ?> |
| 102 | 102 | <div class="wrap"> |
| 103 | 103 | <h1><?php esc_html_e( 'Top 10 - Network Wide Popular Posts', 'top-10' ); ?></h1> |
| 104 | - <?php do_action( 'tptn_settings_page_header' ); ?> | |
| 104 | + <?php | |
| 105 | + /** This action is documented in includes/admin/class-dashboard.php */ | |
| 106 | + do_action( 'tptn_settings_page_header' ); | |
| 107 | + ?> | |
| 105 | 108 | |
| 106 | 109 | <div id="poststuff"> |
| 107 | 110 | <div id="post-body" class="metabox-holder columns-2"> |
| 108 | 111 | <div id="post-body-content"> |