Skip to:
Content

BuddyPress.org

Opened 18 months ago

Closed 4 months ago

#9242 closed enhancement (fixed)

Typo inside the Members Invitations file header inline comment

Reported by: imath's profile imath Owned by: espellcaste's profile espellcaste
Milestone: 14.5.0 Priority: normal
Severity: normal Version: 8.0.0
Component: Members Keywords: good-first-bug has-patch
Cc:

Description

Instead of:

<?php
/**
 * BuddyPress Membersip Invitations
 *
 * @package BuddyPress

it should be:

<?php
/**
 * BuddyPress Membership Invitations
 *
 * @package BuddyPress

This is a nice ticket to learn how to patch BuddyPress. For more information about how to do this, have a look at: https://github.com/buddypress/buddypress/blob/master/docs/contributor/code/README.md

Change History (6)

#1 @espellcaste
18 months ago

  • Milestone changed from 15.0.0 to Up Next
  • Type changed from defect (bug) to enhancement

This ticket was mentioned in PR #408 on buddypress/buddypress by @amitraj2203.


11 months ago
#2

  • Keywords has-patch added; needs-patch removed

Fix typo in file header comment: corrected Membersip to Membership in Members Invitations file.

Trac ticket: https://buddypress.trac.wordpress.org/ticket/9242

#3 @amitraj2203
11 months ago

Hey @imath @espellcaste, I've raised a [PR]https://github.com/buddypress/buddypress/pull/408 for this issue. Please review it when you get a chance.

Thanks!

#4 @espellcaste
4 months ago

In 14158:

Fix typo in the BuddyPress Membership Invitations header comment.

Developed in https://github.com/buddypress/buddypress/pull/408

Props amitraj2203 and dcavins.

See #9173, #9242 (14.0)

#5 @espellcaste
4 months ago

  • Milestone changed from Up Next to 14.5.0

#6 @espellcaste
4 months ago

  • Owner set to espellcaste
  • Resolution set to fixed
  • Status changed from new to closed

In 14159:

Fix typo in the BuddyPress Membership Invitations header comment.

Props amitraj2203 and dcavins.

Closes https://github.com/buddypress/buddypress/pull/408
See #9173.
Fixes #9242 (trunk).

Note: See TracTickets for help on using tickets.