Skip to:
Content

BuddyPress.org

Opened 7 months ago

Closed 7 months ago

#8998 closed enhancement (fixed)

Fix alignment on some php file

Reported by: plugindevs's profile plugindevs Owned by: plugindevs's profile < plugindevs>
Milestone: 12.0.0 Priority: low
Severity: minor Version:
Component: Administration Keywords: has-patch commit
Cc:

Description

Fix alignment & formatting of some PHP files for the following functions:

<?php
function bp_get_form_option()
function bp_get_settings_slug()
function bp_get_settings_root_slug()

Attachments (1)

8998.patch (9.3 KB) - added by plugindevs 7 months ago.

Download all attachments as: .zip

Change History (4)

@plugindevs
7 months ago

This ticket was mentioned in PR #169 on buddypress/buddypress by @plugindevs.


7 months ago
#1

Fix alignment & formatting of some PHP files for the following functions:

<?php
function bp_get_form_option()
function bp_get_settings_slug()
function bp_get_settings_root_slug()

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

#2 @imath
7 months ago

  • Component changed from Core to Administration
  • Keywords commit added
  • Milestone changed from Awaiting Review to 12.0.0

Hi @plugindevs

Thanks for your patch. It looks good 🤝

#3 @imath
7 months ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 13587:

Admin: improve code indentation of bp_get_ prefixed functions

Props plugindevs

Fixes #8998
Closes https://github.com/buddypress/buddypress/pull/169

Note: See TracTickets for help on using tickets.