I Use This!
Very High Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove custom post states. Register taxonomy against menu_item post type. see #11817
Ryan Boren
as ryan
More... over 14 years ago
Don't show menu for menu taxonomy. see #11817
Ryan Boren
as ryan
More... over 14 years ago
Set taxonomy label if none given.
Ryan Boren
as ryan
More... over 14 years ago
introduce custom menus, props jeffikus, See #11817 More... over 14 years ago
Use admin_url() for images in wp-admin, to allow for filtering. Props mdawaffe, see #12300 More... over 14 years ago
Set svn eol-style native on new files More... over 14 years ago
Minor MS startup cleanups. See #11644 More... over 14 years ago
Rename is_installed() to ms_not_installed(). See #12083 More... over 14 years ago
Add template_include filter, to modify the template path before it is included. Fixes #11242 More... over 14 years ago
Force fatal errors via require() if we're missing something we need. fixes #11681, also fixes #11834 More... over 14 years ago
Add links to the codex changelog in update notification strings. props dtoj, see #11739 More... over 14 years ago
Use utf8_encode() consistently in wp_read_image_metadata(). Also add some whitespace. props miqrogroove, see #11417, see #12095 More... over 14 years ago
Always pass widget instance to widget_title filter. Also add widget type, props scribu, fixes #11362 More... over 14 years ago
Show awareness of comment's current status when moderating via e-mail/AYS. Show message on AYS screen of comment's status if not unapproved. Skip AYS when trying to re-approve (or delete or spam) a comment and show a message. See #11441 More... over 14 years ago
Comments moderation code cleanup. Dry up some code, add screen icon to AYS, fix notice in comment_footer_die(). Redirect to edit-comments.php on an error, instead of stranding them with dull comment_footer_die() message. See #11441 More... over 14 years ago
Fix wpdb::tables() prefix handling. Ensures PHP4 compat. See #12083 More... over 14 years ago
Improved IPTC and EXIF handling. Drag a wider net and also try to avoid numeric attachment slugs where possible. Props miqrogroove. See #11417 More... over 14 years ago
Allow class/method array pair in wp_iframe() when checking callback name in determining whether to include media stylessheet. Props technosailor, fixes #11976 More... over 14 years ago
Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299 More... over 14 years ago
Update wpmu_delete_user() to use wp_delete_user()'s Link Deletion API, ensures that all actions and cleanups are run. See #12298 More... over 14 years ago
Remove unused references to global $wpdb More... over 14 years ago
Suffix and version bump for ie.css, see #12292 More... over 14 years ago
Minify remaining RTL css files, and ie.css. See #12292. More... over 14 years ago
Add ms.css to script-loader.php. See #11644 More... over 14 years ago
Fix nesting of an if statement. Show keyboard shortcuts option even when admin colors are disabled. Props pampfelimetten, fixes #12294 More... over 14 years ago
Full Multisite support for dropins/mu-plugins in admin area. Ensure that network, drop-ins and mu-plugins are only shown and counted to super admins. See #11644, #11861 More... over 14 years ago
Fix notice in populate_network(). See #11644 More... over 14 years ago
Show must-use plugins and drop-ins in the plugins admin panel. First pass. See #11861 More... over 14 years ago
Allow bypass of http call to wp.org (for keys/salts), via URL query var. See #12159 More... over 14 years ago
Add filter to get_avatar() to allow avatars for custom comment types. Props usermrpapa. Fixes #11880 More... over 14 years ago