Changeset 7386
- Timestamp:
- 12/27/2025 02:18:47 AM (8 months ago)
- Location:
- trunk/src/includes
- Files:
-
- 5 edited
-
admin/forums.php (modified) (2 diffs)
-
admin/replies.php (modified) (2 diffs)
-
admin/topics.php (modified) (2 diffs)
-
extend/akismet.php (modified) (2 diffs)
-
extend/buddypress/groups.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/forums.php
r7382 r7386 233 233 add_meta_box( 234 234 'bbp_forum_attributes', 235 esc_html__( ' ForumAttributes', 'bbpress' ),235 esc_html__( 'Attributes', 'bbpress' ), 236 236 'bbp_forum_metabox', 237 237 $this->post_type, … … 256 256 add_meta_box( 257 257 'bbp_moderator_assignment_metabox', 258 esc_html__( ' ForumModerators', 'bbpress' ),258 esc_html__( 'Moderators', 'bbpress' ), 259 259 'bbp_moderator_assignment_metabox', 260 260 $this->post_type, -
trunk/src/includes/admin/replies.php
r7382 r7386 363 363 add_meta_box( 364 364 'bbp_reply_attributes', 365 esc_html__( ' ReplyAttributes', 'bbpress' ),365 esc_html__( 'Attributes', 'bbpress' ), 366 366 'bbp_reply_metabox', 367 367 $this->post_type, … … 388 388 add_meta_box( 389 389 'bbp_author_metabox', 390 esc_html__( 'Author Information', 'bbpress' ),390 esc_html__( 'Author', 'bbpress' ), 391 391 'bbp_author_metabox', 392 392 $this->post_type, -
trunk/src/includes/admin/topics.php
r7382 r7386 368 368 add_meta_box( 369 369 'bbp_topic_attributes', 370 esc_html__( ' TopicAttributes', 'bbpress' ),370 esc_html__( 'Attributes', 'bbpress' ), 371 371 'bbp_topic_metabox', 372 372 $this->post_type, … … 391 391 add_meta_box( 392 392 'bbp_author_metabox', 393 esc_html__( 'Author Information', 'bbpress' ),393 esc_html__( 'Author', 'bbpress' ), 394 394 'bbp_author_metabox', 395 395 $this->post_type, -
trunk/src/includes/extend/akismet.php
r7382 r7386 957 957 add_meta_box( 958 958 'bbp_akismet_topic_history', 959 __( ' AkismetHistory', 'bbpress' ),959 __( 'History', 'bbpress' ), 960 960 array( $this, 'history_metabox' ), 961 961 bbp_get_topic_post_type(), … … 967 967 add_meta_box( 968 968 'bbp_akismet_reply_history', 969 __( ' AkismetHistory', 'bbpress' ),969 __( 'History', 'bbpress' ), 970 970 array( $this, 'history_metabox' ), 971 971 bbp_get_reply_post_type(), -
trunk/src/includes/extend/buddypress/groups.php
r7380 r7386 640 640 add_meta_box( 641 641 'bbpress_group_admin_ui_meta_box', 642 _x( 'DiscussionForum', 'group admin edit screen', 'bbpress' ),642 esc_html_x( 'Forum', 'group admin edit screen', 'bbpress' ), 643 643 array( $this, 'group_admin_ui_display_metabox' ), 644 644 get_current_screen()->id,
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)