Changeset 4976 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-directory-compat.php
- Timestamp:
- 02/21/2017 08:15:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-directory-compat.php
r4958 r4976 7 7 abstract protected function compat(); 8 8 abstract protected function compat_title(); 9 abstract protected function reviews_title(); 10 abstract protected function activity_title(); 9 11 abstract protected function slug(); 10 12 abstract protected function title(); … … 366 368 bbp_register_view( 367 369 'reviews', 368 __( 'Reviews', 'wporg-forums'),370 $this->reviews_title(), 369 371 array( 370 372 'post_parent' => Plugin::REVIEWS_FORUM_ID, … … 384 386 bbp_register_view( 385 387 'active', 386 __( 'Recent Activity', 'wporg-forums'),388 $this->activity_title(), 387 389 array( 388 390 'post_parent' => $this->forum_id(),
Note: See TracChangeset
for help on using the changeset viewer.