| @@ -6,9 +6,9 @@ | ||
| 6 | 6 | | | | / _ \ / _` |/ _ \ | |_) | '__/ _ \| |_| | |/ _ \ '__| | |
| 7 | 7 | | | |__| (_) | (_| | __/ | __/| | | (_) | _| | | __/ | | |
| 8 | 8 | | \____\___/ \__,_|\___| |_| |_| \___/|_| |_|_|\___|_| | |
| 9 | 9 | | | |
| 10 | - | (c) Jerome Bruandet ~ https://nintechnet.com/codeprofiler/ | | |
| 10 | + | (c) Jerome Bruandet ~ https://code-profiler.com/ | | |
| 11 | 11 | +=====================================================================+ |
| 12 | 12 | */ |
| 13 | 13 | |
| 14 | 14 | if (! defined( 'ABSPATH' ) ) { die( 'Forbidden' ); } |
| @@ -70,19 +70,19 @@ | ||
| 70 | 70 | echo esc_html( $t2 ) ?>"><?php esc_html_e( 'Profiles List', 'code-profiler' ) ?></a> |
| 71 | 71 | <a href="?page=code-profiler&cptab=settings" class="nav-tab <?php |
| 72 | 72 | echo esc_html( $t3 ) ?>"><?php esc_html_e( 'Settings', 'code-profiler' ) ?></a> |
| 73 | 73 | <a href="?page=code-profiler&cptab=log" class="nav-tab <?php |
| 74 | - echo esc_html( $t4 ) ?>"><?php esc_html_e( 'Logs', 'code-profiler' ) ?></a> | |
| 74 | + echo esc_html( $t4 ) ?>"><?php esc_html_e( 'Log', 'code-profiler' ) ?></a> | |
| 75 | 75 | <a href="?page=code-profiler&cptab=faq" class="nav-tab <?php |
| 76 | 76 | echo esc_html( $t5 ) ?>"><?php esc_html_e( 'FAQ', 'code-profiler' ) ?></a> |
| 77 | 77 | <a href="?page=code-profiler&cptab=support" class="nav-tab <?php |
| 78 | 78 | echo esc_html( $t6 ) ?>"><?php esc_html_e( 'Support', 'code-profiler' ) ?></a> |
| 79 | 79 | <div style="text-align:center;"> |
| 80 | - <a href="https://nintechnet.com/codeprofiler/" target="_blank" rel="noopener noreferrer" class="button button-primary"><?php | |
| 80 | + <a href="https://code-profiler.com/" target="_blank" rel="noopener noreferrer" class="button-primary"><?php | |
| 81 | 81 | esc_html_e('Explore the Pro version', 'code-profiler' ); |
| 82 | 82 | ?> »</a> |
| 83 | 83 | |
| 84 | - <a href="https://wordpress.org/support/view/plugin-reviews/code-profiler?rate=5#postform" target="_blank" rel="noopener noreferrer" class="button button-secondary"><span class="dashicons dashicons-star-half" style="vertical-align:sub;"></span> <?php | |
| 84 | + <a href="https://wordpress.org/support/view/plugin-reviews/code-profiler?rate=5#postform" target="_blank" rel="noopener noreferrer" class="button-secondary"><span class="dashicons dashicons-star-half" style="vertical-align:sub;"></span> <?php | |
| 85 | 85 | esc_html_e('Rate it on WordPress.org', 'code-profiler' ); |
| 86 | 86 | ?> »</a> |
| 87 | 87 | </div> |
| 88 | 88 | </h2> |