Opened 16 years ago
Closed 16 years ago
#156 closed バグ(bug) (修正済み)
WP2011の投稿者ブロックのブロックオプションが無効
Reported by: | toemon | Owned by: | toemon |
---|---|---|---|
Priority: | 普通 | Milestone: | Ver.2.1.0(kohki) |
Component: | ブロック | Version: | 2.1.0 |
Severity: | 普通 | Keywords: | |
Cc: |
Description
WP2011のwp_list_authorsは引数をwp_parse_args()ではなくparse_str()だけで判断しているので、引数をarrayで送るとオプションを読み取れない
Change History (3)
comment:1 Changed 16 years ago by toemon
- Resolution set to 修正済み
- Status changed from new to closed
comment:2 Changed 16 years ago by toemon
- Resolution 修正済み deleted
- Status changed from closed to reopened
WP2.7ではwp_list_authors()でechoを抑制できるので,WP2011と処理を分けることにする
comment:3 Changed 16 years ago by toemon
- Resolution set to 修正済み
- Status changed from reopened to closed
r292 にて実装完了
Note: See
TracTickets for help on using
tickets.
r284 にて修正完了