Skip to:
Content

BuddyPress.org

Opened 13 months ago

Last modified 6 months ago

#9242 new enhancement

Typo inside the Members Invitations file header inline comment

Reported by: imath's profile imath Owned by:
Milestone: Up Next 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 (3)

#1 @espellcaste
13 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.


6 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
6 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!

Note: See TracTickets for help on using tickets.