Skip to:
Content

BuddyPress.org

Opened 6 weeks ago

Last modified 6 weeks ago

#9316 assigned task

Remove (deprecated) generic group class from `bp-groups-template.php`

Reported by: espellcaste's profile espellcaste Owned by: espellcaste's profile espellcaste
Milestone: Up Next Priority: normal
Severity: normal Version:
Component: Groups Keywords: needs-docs needs-user-docs good-first-bug
Cc:

Description

As part of #9308, the CSS class was deprecated and a replacement was introduced. Let us remove the old, generic, version completely.

Change History (3)

#1 @espellcaste
6 weeks ago

  • Summary changed from Remove (deprecate) generic group class from `bp-groups-template` to Remove (deprecated) generic group class from `bp-groups-template.php`

#2 @espellcaste
6 weeks ago

In 14172:

Deprecate the current CSS class for the group item since it is too generic.

We also introduce a prefixed bp-group-status-{status} class (e.g., bp-group-status-hidden) while keeping the old non-prefixed class for backwards compatibility.

The old, non-prefixed, class will be properly removed in the next release (see #9316).

Props t.schwarz, dcavins, noruzzaman, and vapvarun.

See #9308 (14.0)

#3 @espellcaste
6 weeks ago

In 14173:

Deprecate the current CSS class for the group item since it is too generic.

We also introduce a prefixed bp-group-status-{status} class (e.g., bp-group-status-hidden) while keeping the old non-prefixed class for backwards compatibility.

The old, non-prefixed, class will be properly removed in the next release (see #9316).

Props t.schwarz, dcavins, noruzzaman, and vapvarun.

Fixes #9308 (trunk)

Note: See TracTickets for help on using tickets.