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