PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 2.2.0
Forumax – AI Powered Advanced Community Forum Plugin v2.2.0
2.4.4 2.4.3 2.4.2 2.4.1 2.4.0 trunk 1.0.8 1.1.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 2.0.0 2.1.0 All 29 releases
← All changes | includes/admin/menu/statistics.php +12 -12 1.4.12.2.0 View file →
@@ -2,13 +2,13 @@
2 2 if ( ! class_exists( 'bbPress' ) ) {
3 3 return;
4 4 }
5 5 ?>
6 -<div class="bbp-core-main">
6 +<div class="forumax-main">
7 7 <div class="bbpc-heading">
8 - <h1 class="wp-heading-inline"><?php esc_html_e( 'BBP Core', 'bbp-core' ); ?></h1>
9 - <p class="bbp-core-intro">
10 - <?php esc_html_e( 'Expand bbPress powered forums with useful features.', 'bbp-core' ); ?>
8 + <h1 class="wp-heading-inline"><?php esc_html_e( 'Forumax', 'forumax' ); ?></h1>
9 + <p class="forumax-intro">
10 + <?php esc_html_e( 'Expand bbPress powered forums with useful features.', 'forumax' ); ?>
11 11 </p>
12 12 </div>
13 13
14 14 <div class="bbpc-dashboard">
@@ -13,12 +13,12 @@
13 13
14 14 <div class="bbpc-dashboard">
15 15 <div class="bbpc-panel">
16 16 <div class="bbpc-logo">
17 - <img src="<?php echo esc_url( BBPC_ASSETS . '/img/logo.svg' ); ?>" alt="<?php esc_attr_e( 'BBP Core Logo', 'bbp-core' ); ?>">
17 + <img src="<?php echo esc_url( FORUMAX_ASSETS . '/img/logo.svg' ); ?>" alt="<?php esc_attr_e( 'Forumax Logo', 'forumax' ); ?>">
18 18 </div>
19 19 <ul class="bbpc-group-menu">
20 - <li><a href="admin.php?page=bbp-core-settings"><?php esc_html_e( 'Settings', 'bbp-core' ); ?></a></li>
20 + <li><a href="admin.php?page=forumax-settings"><?php esc_html_e( 'Settings', 'forumax' ); ?></a></li>
21 21 </ul>
22 22 </div>
23 23
24 24 <div class="bbpc-stats">
@@ -39,9 +39,9 @@
39 39 ?>
40 40 <div class="bbpc-stat-cards">
41 41 <div class="bbpc-stat-card forum-stats">
42 42 <div class="bbpc-card-heading">
43 - <h2><?php esc_html_e( 'User Stats', 'bbp-core' ); ?></h2>
43 + <h2><?php esc_html_e( 'User Stats', 'forumax' ); ?></h2>
44 44 </div>
45 45
46 46 <div class="bbpc-card-data">
47 47 <ul class="forum-info">
@@ -46,30 +46,30 @@
46 46 <div class="bbpc-card-data">
47 47 <ul class="forum-info">
48 48 <li>
49 49 <i class="dashicons dashicons-buddicons-forums"></i>
50 - <?php echo esc_html( $forum_total ) . esc_html__( ' Forums', 'bbp-core' ); ?> </i>
50 + <?php echo esc_html( $forum_total ) . esc_html__( ' Forums', 'forumax' ); ?> </i>
51 51 </li>
52 52
53 53 <li>
54 54 <i class="dashicons dashicons-buddicons-topics"></i>
55 - <?php echo esc_html( $topic_total ) . esc_html__( ' Topics', 'bbp-core' ); ?> </i>
55 + <?php echo esc_html( $topic_total ) . esc_html__( ' Topics', 'forumax' ); ?> </i>
56 56 </li>
57 57
58 58 <li>
59 59 <i class="dashicons dashicons-buddicons-replies"></i>
60 - <?php echo esc_html( $reply_total ) . esc_html__( ' Replies', 'bbp-core' ); ?> </i>
60 + <?php echo esc_html( $reply_total ) . esc_html__( ' Replies', 'forumax' ); ?> </i>
61 61 </li>
62 62
63 63 <li>
64 64 <i class="dashicons dashicons-tag"></i>
65 - <?php echo esc_html( $topic_tag_count ) . esc_html__( ' Topic Tags', 'bbp-core' ); ?> </i>
65 + <?php echo esc_html( $topic_tag_count ) . esc_html__( ' Topic Tags', 'forumax' ); ?> </i>
66 66 </li>
67 67
68 68 <?php if ( isset( $empty_topic_tag_count ) ) : ?>
69 69 <li>
70 70 <i class="dashicons dashicons-tag"></i>
71 - <?php echo esc_html( $empty_topic_tag_count ) . esc_html__( ' Empty Topic Tags', 'bbp-core' ); ?> </i>
71 + <?php echo esc_html( $empty_topic_tag_count ) . esc_html__( ' Empty Topic Tags', 'forumax' ); ?> </i>
72 72 </li>
73 73 <?php endif; ?>
74 74
75 75 </ul>