the beheader
开发者 |
postpostmodern
|
更新时间 |
2011年6月30日 01:47 |
捐献地址: |
去捐款 |
PHP版本: |
2.9.2 及以上 |
WordPress版本: |
3.1RC4 |
详情介绍:
Adds sortable headers in wp-admin. Compatible with Wordpress < 3.1, and improves upon the WP_List_Table class in 3.1
Tested with Wordpress 2.9.2, 3.0.4, and 3.1 RC4. More testing to come.
Requires PHP 5, as any halfway decent PHP application should.
安装:
- Place /beheader/ in the /wp-content/plugins/ directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Sort them columns. Currently handles /wp-admin/edit.php , /wp-admin/users.php , and /wp-admin/plugins.php
更新日志:
0.43
- Fixed bug in uasort callback, now works in PHP < 5.3
0.42
- Fixed bug in plugins.php sort callback
0.4
- Sortable headers added for plugins.php
0.3
- Compatibility with sortable headers in Wordpress 3.1
0.2
- Tags and categories is much better. Lots of joins, but seems to work pretty well, there are still cases on multiple tags/categories where they are in the wrong order.
0.15
- First support for sorting by tags and categories. It's buggy, and screws up the post count and pagination. You might want to hold off on this one.
0.1
- Initial public release. No documentation, NOT recommended for production use.