#5306 closed enhancement (fixed)
Port bbp_parse_args() from bbPress
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
Let's port bbp_parse_args()
from bbPress, and replace wp_parse_args()
.
There are approximately 264 usages, so this will be an ongoing ticket in the 2.0 milestone.
Attachments (1)
Change History (12)
#3
@
11 years ago
- Keywords has-patch added; needs-patch commit removed
template_loops.01.patch
replaces all usage of wp_parse_args()
in our template loops.
This follows the convention set in r7924 for the bp_has_message_threads()
template loop. Should be pretty straightforward, but just wanted to make sure this is good to go.
This ticket was mentioned in IRC in #buddypress-dev by r-a-y. View the logs.
11 years ago
#7
@
11 years ago
- Keywords commit removed
- Milestone changed from 2.0 to 2.1
Let's iterate on this for 2.1.
Note: See
TracTickets for help on using
tickets.
In 7704: