Changeset 14110 for branches/12.0/src/class-buddypress.php
- Timestamp:
- 03/20/2025 07:10:39 PM (14 months ago)
- File:
-
- 1 edited
-
branches/12.0/src/class-buddypress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/12.0/src/class-buddypress.php
r14053 r14110 936 936 array( 937 937 'id' => 'legacy', 938 'name' => __( 'BuddyPress Legacy', 'buddypress' ),938 'name' => 'BP Legacy', 939 939 'version' => bp_get_version(), 940 940 'dir' => trailingslashit( $this->themes_dir . '/bp-legacy' ), … … 946 946 array( 947 947 'id' => 'nouveau', 948 'name' => __( 'BuddyPress Nouveau', 'buddypress' ),948 'name' => 'BP Nouveau', 949 949 'version' => bp_get_version(), 950 950 'dir' => trailingslashit( $this->themes_dir . '/bp-nouveau' ),
Note: See TracChangeset
for help on using the changeset viewer.