BBP_Admin::about_screen()
Output the about screen
Description Description
Source Source
File: includes/admin/classes/class-bbp-admin.php
public function about_screen() { ?> <div class="wrap about-wrap"> <?php $this->screen_header(); ?> <h2 class="nav-tab-wrapper"> <a class="nav-tab nav-tab-active" href="<?php echo esc_url( add_query_arg( array( 'page' => 'bbp-about' ), admin_url( 'index.php' ) ) ); ?>"> <?php esc_html_e( 'What’s New', 'bbpress' ); ?> </a><a class="nav-tab" href="<?php echo esc_url( add_query_arg( array( 'page' => 'bbp-credits' ), admin_url( 'index.php' ) ) ); ?>"> <?php esc_html_e( 'Credits', 'bbpress' ); ?> </a> </h2> <div class="changelog"> <h3><?php esc_html_e( 'Forum Subscriptions', 'bbpress' ); ?></h3> <div class="feature-section col two-col"> <div class="last-feature"> <h4><?php esc_html_e( 'Subscribe to Forums', 'bbpress' ); ?></h4> <p><?php esc_html_e( 'Now your users can subscribe to new topics in specific forums.', 'bbpress' ); ?></p> </div> <div> <h4><?php esc_html_e( 'Manage Subscriptions', 'bbpress' ); ?></h4> <p><?php esc_html_e( 'Your users can manage all of their subscriptions in one convenient location.', 'bbpress' ); ?></p> </div> </div> </div> <div class="changelog"> <h3><?php esc_html_e( 'Converters', 'bbpress' ); ?></h3> <div class="feature-section col one-col"> <div class="last-feature"> <p><?php esc_html_e( 'We’re all abuzz about the hive of new importers, AEF, Drupal, FluxBB, Kunena Forums for Joomla, MyBB, Phorum, PHPFox, PHPWind, PunBB, SMF, Xenforo and XMB. Existing importers are now sweeter than honey with improved importing stickies, topic tags, forum categories and the sting is now gone if you need to remove imported users.', 'bbpress' ); ?></p> </div> </div> <div class="feature-section col three-col"> <div> <h4><?php esc_html_e( 'Theme Compatibility', 'bbpress' ); ?></h4> <p><?php esc_html_e( 'Better handling of styles and scripts in the template stack.', 'bbpress' ); ?></p> </div> <div> <h4><?php esc_html_e( 'Polyglot support', 'bbpress' ); ?></h4> <p><?php esc_html_e( 'bbPress fully supports automatic translation updates.', 'bbpress' ); ?></p> </div> <div class="last-feature"> <h4><?php esc_html_e( 'User capabilities', 'bbpress' ); ?></h4> <p><?php esc_html_e( 'Roles and capabilities have been swept through, cleaned up, and simplified.', 'bbpress' ); ?></p> </div> </div> </div> <div class="return-to-dashboard"> <a href="<?php echo esc_url( add_query_arg( array( 'page' => 'bbpress' ), admin_url( 'options-general.php' ) ) ); ?>"><?php esc_html_e( 'Go to Forum Settings', 'bbpress' ); ?></a> </div> </div> <?php }
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |