Skip to:
Content

BuddyPress.org

Opened 3 years ago

Closed 3 years ago

#8998 closed enhancement (fixed)

Fix alignment on some php file

Reported by: plugindevs Owned by: < plugindevs>
Priority: low Milestone: 12.0.0
Component: Administration Version:
Severity: minor 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 3 years ago.

Download all attachments as: .zip

Change History (4)

@plugindevs
3 years ago

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


3 years 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
3 years ago

  • Component CoreAdministration
  • Keywords commit added
  • Milestone Awaiting Review12.0.0

Hi @plugindevs

Thanks for your patch. It looks good 🤝

#3 @imath
3 years ago

  • Resolutionfixed
  • Status assignedclosed

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.