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
Do not limit thumbnails by the content_width. props Viper007Bond. fixes #12146 More... over 14 years ago
Some phpdoc for functions.php. Props miqrogroove, see #12215 More... over 14 years ago
Introduce 'singular_label' for Post Types. Props scribu. See #12214 More... over 14 years ago
Consistently hide bulk actions, filters, and subpage links on admin panels when there are no items to show. Fixes #12086 More... over 14 years ago
s/$original/$redirect/ in [13091]. Props miqrogroove. See #8948 More... over 14 years ago
Move deprecated pre-2.8 widget API to deprecated.php. Deprecate register_sidebar_widget, unregister_sidebar_widget, register_widget_control, unregister_widget_control, in favor of their wp_* counterparts. See #11388 More... over 14 years ago
Deprecate old category admin template functions. Deprecate dropdown_categories(), dropdown_link_categories(), wp_dropdown_cats() in favor of wp_category_checklist, wp_link_category_checklist, wp_dropdown_categories. See #11388 More... over 14 years ago
Deprecate old l10n and sanitization APIs. Deprecate __ngettext() for _n(), __ngettext_noop() for _n_noop(), translate_with_context() for _x(). Deprecate sanitize_url for esc_url_raw, js_escape for esc_js, wp_specialchars for esc_html, attribute_escape for esc_attr. See #11388 More... over 14 years ago
Correctly save checkbox-style MS options and display "No" checked value correctly. See #11644 More... over 14 years ago
Banish User_level 10 use from Network Menu. More... over 14 years ago
Move deprecated functions to deprecated.php. Deprecate get_the_attachment_link() for wp_get_attachment_link(), get_attachment_icon_src() for wp_get_attachment_image_src(), More... over 14 years ago
Bump tags JS version. See #11838 More... over 14 years ago
Canonicalisation of the Taxonomy urls. Redirect /category/child/ to /category/parent/child/. Fix striping of slashes to use $redirect instead of $original. See #8948 More... over 14 years ago
RTL fixes for new position of QuickPress ajax spinner, also version bumps, see #10680 More... over 14 years ago
Initialise Variables, Whitespace cleanup, Remove unused variables, Cast start_of_week option to int in sanitization. More... over 14 years ago
Flow on tax-modification errors on Tax inline edit to the UI. See #11838 More... over 14 years ago
Prevent Terms from being created in multiple taxonomies. If a slug is provided by the user, error out if it exists, else make the auto slug unique. See #11838 More... over 14 years ago
Convert Terms page to use WP_Ajax_Response(), hierarchical terms will now appear under their parent OR have the parents prefixed, Terms will be removed from tag cloud/parent list upon deletion, Terms will be added to Parent list in correct order upon ajax creation, Errors on term creation flow back to UI, clean up _tag_row() alternate class handling, Show None text in Category dropdown if empty and show_if_empty = true. See #11838 More... over 14 years ago
Re-position the QuickPress ajax spinner. Fixes #10680 More... over 14 years ago
Make Recent Comments dashboard widget configurable. Allows user to choose how many comments to display, see #11891. More... over 14 years ago
Introduce Custom Taxonomies Translation strings, Correctly identifies the taxonomy in the Strings of the edit pages. See #11838 More... over 14 years ago
Add add_plugins_page() function to add a submenu of the Plugins Page. Fixes #11377 More... over 14 years ago
Fix Terms Per Page for taxonomies, Apply old Category filter to value. See #11838 More... over 14 years ago
Optimize wp_rand(), only check transient when needed. Fixes #12144. More... over 14 years ago
Ensure post titles are consistently sanitized and filtered when displaying them in Bulk Edit, fixes #11307. More... over 14 years ago
Escape thousandsSeparator and decimalPoint JS variables, see #12005 More... over 14 years ago
Introduce Custom Taxonomies Translation strings, Correctly identifies the taxonomy in the Strings of the edit pages. See #11838 More... over 14 years ago
Fix inline documentation for esc_js(). Intended for inline JS only, fixes #11690. More... over 14 years ago
Use correct var name. Props firebird75. Whitespace cleanup in wp_unique_post_slug(). Fixes #12078. More... over 14 years ago
Fix notice in get_cat_name(). Return empty string if category does not exist, fixes #11737. More... over 14 years ago