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
Place a "Privacy On" mini-alert in the wp-admin header when it is on, to prevent people from accidentally delisting themselves from search engines. props scottbasgaard. fixes #12211 More... over 14 years ago
Detect plugin output on activation, as well as fatal errors. props miqrogroove. fixes #12089 More... over 14 years ago
revert function rename from r13129 which broke the comments form. props beaulebens. see #9015 More... over 14 years ago
More and more, hosts are not using localhost for the MySQL connection. Reword the config setup text. props mrmist. fixes #11659 More... over 14 years ago
Grammar fix, s/A item/An item/. Props aaroncampbell. See #11838 More... over 14 years ago
Init array in wpdb:get_results() and get_col_info(). Props UnderWordPressure, miqrogroove, fixes #10607 More... over 14 years ago
Only show "Popular Terms" header when there is a tag cloud to show. see #11838 More... over 14 years ago
Rename wp-includes/blogs.php to ms-blogs.php. See #11644 More... over 14 years ago
Fix var name conflict in delete_site_option(), see #10788 More... over 14 years ago
Twentyten whitespace cleanup, Wrap functions in function_exists() call to allow child themes to override them. Props sivel. See #9015 More... over 14 years ago
Add 'themes_loaded' hook to run after parent/child themes have been included. See #9015 More... over 14 years ago
Add "Network Activate" option to Bulk Actions menu on plugins.php. See #11644, #12139 More... over 14 years ago
Fix notice in ms-options.php. See #11644 More... over 14 years ago
Improve updated messages in Media Library. Add plural strings, add Undo links for trash. Fixes #11402 More... over 14 years ago
Use $wp_query->get_queried_object(). Also move wp_head() to end of <head>, see #9015. More... over 14 years ago
Update wp_get_http() to handle redirections on HEAD requests. Un-deprecate $red header to track total redirections. See #10624 More... over 14 years ago
Adjust regex for counting links in a comment when checking if it needs to be held for moderation. Also fix notice in wp_new_comment(). see #11830 More... over 14 years ago
Disable Redirection on HEAD requests. See #10624 More... over 14 years ago
Add hooks across options and transients APIs. Focuses on site transients/options functions. Attempts to standardize where possible. See #10788 More... over 14 years ago
Replace $authordata usage with API, Restore "Also posted in.."/"Also tagged..." on taxonomy archives, Handle Excerpts for Asides correctly on Archives. See #9015 More... over 14 years ago
Introduce new get_generic_template() function for themes to use to bring in pieces of template. More... over 14 years ago
Skip intermediate sizes of a different aspect ratio than the original image when considering which image to use in image_get_intermediate_size(). fixes #12218 More... over 14 years ago
Use automatic_feed_links() in twentyten, see #9015 More... over 14 years ago
Optimize single_post_title(), single_tag_title() & single_cat_title() to use WP_Query globals if available. Removes an extra DB Query in single_post_title() in most cases. More... over 14 years ago
More cleanups of the options/transients APIs. More inline documentation, better return values (always true on success, false on failure). Only call actions that are after wpdb delete/update operations if the operation was successful. See #10788 More... over 14 years ago
Move the Loop into a separate file. Reduces code duplication and adds Gallery/Aside styling to all archive views. See #9015 More... over 14 years ago
Revert r13103 and merely restrict \$content_width obeying to is_admin(). fixes #12146 More... over 14 years ago
Whitespace, phpdoc, standard variable names, better return values for options and transients APIs. See #10788 More... over 14 years ago
home_url() returns a value, needs to be echoed in twentyten header and footer. See #9015 More... over 14 years ago
Use an expanded special character set when generating auth keys and salts via wp_generate_password(). Props sivel, see #12159 More... over 14 years ago