[buddypress-trac] [BuddyPress Trac] #8079: BP Site-wide Notices: To enable paragraphs in the body text of the notification.
buddypress-trac
noreply at wordpress.org
Sat May 25 12:55:39 UTC 2019
#8079: BP Site-wide Notices: To enable paragraphs in the body text of the
notification.
-------------------------------------------------+---------------------
Reporter: kristianngve | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: 5.0.0
Component: Messages | Version: 4.2.0
Severity: normal | Resolution:
Keywords: has-patch 2nd-opinion needs-testing |
-------------------------------------------------+---------------------
Comment (by imath):
@kristianngve well not really :)
There's a core file into the patch. So if you want to test the patch,
here's how you can do it :
1. Install a server locally ->
https://make.wordpress.org/core/handbook/installing-a-local-server/
2. Install WordPress locally ->
https://make.wordpress.org/core/handbook/tutorials/installing-wordpress-
locally/
3. Checkout BuddyPress trunk into `/path/to/your/local/wordpress/wp-
content/plugins/buddypress`
- using SVN : open a terminal and run this command :
{{{
svn co https://buddypress.svn.wordpress.org/trunk/
/path/to/your/local/wordpress/wp-content/plugins/buddypress
}}}
- using Git : open a terminal and run this command :
{{{
git clone git://buddypress.git.wordpress.org/
/path/to/your/local/wordpress/wp-content/plugins/buddypress
}}}
4. Download the [https://buddypress.trac.wordpress.org/raw-
attachment/ticket/8079/8079.patch 8079.patch]
5. run this command to move to the buddypress directory of your local
install
{{{
cd /path/to/your/local/wordpress/wp-content/plugins/buddypress
}}}
6. Once there, apply the downloaded patch using this command
{{{
patch -p0 < /path/to/where/you/downloaded/8079.patch
}}}
7. Test :)
You can also read [https://make.wordpress.org/core/handbook/tutorials
/working-with-patches/ this WordPress documentation about working with
patches], it's quite the same for BuddyPress.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8079#comment:8>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list