Opened 12 years ago
Closed 12 years ago
#2107 closed defect (bug) (fixed)
Shortcodes for search not working as intended
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | Component - Search | Keywords: | needs- |
Cc: | jmdodd@…, pippin@… |
Description
Per IRC:
<netweb> Notice: Uninitialized string offset: 0 in /home/ntwb/public_html/dev .ntwb.co/wp-content/plugins/bbpress/includes/common/shortcodes.php on line 626 <netweb> http://bbpress.trac.wordpress. org/browser/trunk/includes/common/shortcodes.php?rev=4579#L626
Confirmed; $attr['search']
is assumed. bbp-search
shortcode was based on view shortcode, needs to be more similar to bbp-single-topic
or bbp-topic-index
with more detailed setup.
bbp-search-form
shortcode needed as well.
Change History (3)
Note: See TracTickets for help on using tickets.
(In [4586]) Shortcode iteration for search introduced in #1575.