| [15244]
|
westi
|
Fix typo in translation. Fixes #13872 props Angeloverona.
|
| [15241]
|
westi
|
bump
|
| [15230]
|
westi
|
Fell the dead wood. No point keeping a function as deprecated we only just introduced. See #13747
|
| [15204]
|
westi
|
O'Malley sez bump me pls
|
| [15203]
|
westi
|
Introduce menu_page_url() for plugins to use to get the url for the pages they have added. Fixes #13829 props o'malley for all the cuteness.
|
| [15182]
|
westi
|
Mr Bump says hai!
|
| [15180]
|
westi
|
Improve phpDoc for add_settings_section. Fixes #13801 props frankieroberto.
|
| [15136]
|
westi
|
bumpity
|
| [15117]
|
westi
|
Let the filters know its a sample permalink. Props yoast.
|
| [15069]
|
westi
|
Bumpity
|
| [15006]
|
westi
|
↑↑↓↓←→←→BA
|
| [14983]
|
westi
|
Improved translation of the comment count in theme-compat. Props zeo.
|
| [14960]
|
westi
|
tick tock
|
| [14950]
|
westi
|
Some more url escaping in feeds. See #13555.
|
| [14949]
|
westi
|
Move the escaping into get_guid() so we don't have to repeat ourselves. See #13555.
|
| [14947]
|
westi
|
Escape the guid urls when placing them in feeds and other xml locations. See #13555.
|
| [14860]
|
westi
|
New high score!
|
| [14859]
|
westi
|
phpDoc updates.
|
| [14858]
|
westi
|
phpDoc updates.
|
| [14830]
|
westi
|
Check to see we have posts before calling the_post().
|
| [14829]
|
westi
|
Check to see we have posts before calling the_post(). Fixes #13510 props dd32.
|
| [14828]
|
westi
|
Style the error messages in the installer.
|
| [14822]
|
westi
|
roll on tomorrow
|
| [14821]
|
westi
|
Make the signup type in the message for super admins translatable. Fixes #13506.
|
| [14815]
|
westi
|
Ensure that QuickPress media uploads get attached to the auto-draft we create for new posts correctly. Fixes #10917 props ocean90.
|
| [14813]
|
westi
|
Don't output empty html wrappers if no page numbers. Fixes #13497 props filosofo.
|
| [14806]
|
westi
|
Shake not your iphone for an incorrect password. Fixes #13495
|
| [14805]
|
westi
|
bump bump bump
|
| [14802]
|
westi
|
Allow users to cancel email address changes. Fixes #13457 props mtdewvirus.
|
| [14771]
|
westi
|
First pass of conversion of theme-compat to the I18N version of the files. See #12425
|
| [14769]
|
westi
|
bumpity
|
| [14768]
|
westi
|
Restore some more "Show on screen" headers. See #13393.
|
| [14766]
|
westi
|
Attempt to make stripslashes_deep object safe. See #12860
|
| [14763]
|
westi
|
Revert [14755] as this breaks post_meta importing. See #12860.
|
| [14747]
|
westi
|
Mark the ULs containing child pages in the page Walker. Fixes #13254 props GDragoN.
|
| [14701]
|
westi
|
First pass at making the scan for lost attachments custom post type aware. See #10911.
|
| [14700]
|
westi
|
Use the attachment metadata to get the size infomation rather than making an HTTP request for the image in the attachment template.
|
| [14699]
|
westi
|
Make get_attachment_metadata() loop safe.
|
| [14697]
|
westi
|
Bumpity
|
| [14696]
|
westi
|
Switch to checking on tt_ids for the category lookup to ensure in_array call is PHP4 compatible. See #13410
|
| [14695]
|
westi
|
Don't return data for user 1 when passed in junk like an array. See #13317.
|
| [14691]
|
westi
|
Fix remaining notice when using closures. Fixes #10493 props scribu.
|
| [14690]
|
westi
|
Fix notices/usage of closures as action/filter handlers. Fixes #10493 based on patch from scribu.
|
| [14677]
|
westi
|
Don't trim whitespace from sections of the response in IXR_Client. Fixes #12559 props apeatling.
|
| [14676]
|
westi
|
Bumpity
|
| [14675]
|
westi
|
Fix the column headers title override to use a special name rather than one we use elsewhere.
|
| [14646]
|
westi
|
Restore the correct behaviour of bloginfo('text_direction'). Fixes #13360. See #13206.
|
| [14641]
|
westi
|
Introduce __return_empty_array() and use it instead of create_function in the theme preview.
|
| [14640]
|
westi
|
Bumpity Bump
|
| [14639]
|
westi
|
Introduce __return_zero() and use it instead of create_function in the login header.
Also add version info to __return_true and __return_false.
|
| [14638]
|
westi
|
Try and tidy up the show_screen logic a little.
Implement a better override of the column header.
See #13393.
|
| [14637]
|
westi
|
Try and tidy up the show_screen logic a little.
Implement a better override of the column header.
See #13393.
|
| [14636]
|
westi
|
Remove unnecessary filters and provide for translation context instead. Fixes #13393.
|
| [14635]
|
westi
|
Only show the column preferences if we have columns. See #13393 props duck_.
|
| [14634]
|
westi
|
Add phpDoc for convert_to_screen() and get_column_headers().
|
| [14608]
|
westi
|
Fix the default password nag clearer to work when an admin sets someone elses password away from the default. Fixes #12334.
|
| [14607]
|
westi
|
Introduce wp_reset_postdata(). Use it to reset the post global for the current query_posts() call after using a loop with a new WP_Query object. Fixes #12320 props scribu.
|
| [14603]
|
westi
|
Add commentary about the posts_search filter. See #10667.
|
| [14550]
|
westi
|
Kick the version up some more.
|
| [14549]
|
westi
|
Add ARIA landmark roles to TwentyTen. Fixes #13055 props demetris.
|
| [14548]
|
westi
|
Ensure the nonce is available even if no media items exist or are un-attached. Fixes #13284.
|
| [14526]
|
westi
|
Bump Bump Bump.
|
| [14524]
|
westi
|
Fix typos. Props Utkarsh.
|
| [14519]
|
westi
|
Bumpity
|
| [14512]
|
westi
|
Only hide the bulk actions and not the filters when no comments. Fixes #13193.
|
| [14508]
|
westi
|
I like alot of version numbers.
|
| [14507]
|
westi
|
Restore the strtotime(). See #9285.
|
| [14502]
|
westi
|
Don't cache option values while installing. See #12140.
|
| [14490]
|
westi
|
Make wp_get_shortlink() loop friendly. Fixes #13212 props ryan.
|
| [14489]
|
westi
|
Bump the rev some more for the next nightly
|
| [14488]
|
westi
|
Bump
|
| [14487]
|
westi
|
Improve cross DST future post publishing behaviour to try and publish at the correct time if we have PHP5 timezone support available to help. Fixes #9285 props technosailor.
|
| [14484]
|
westi
|
Pass extra context to wpmu_new_blog.
|
| [14483]
|
westi
|
Make the recent comments widget use the get_comments() api and cache the result. Fixes #10615 props filosofo and blepoxp.
|
| [14462]
|
westi
|
Remove the trash warning on permalinks for now as the current implementation doesn't work very well. See #11863
|
| [14461]
|
westi
|
Switch to a constant string to make it possible to translate. See #11863.
|
| [14411]
|
westi
|
Remove the deprecation message for now as it shows too many false positives. See #13230.
|
| [14409]
|
westi
|
Add is_child_theme(). Fixes #12998 props ptahdunbar.
|
| [14372]
|
westi
|
Fix the edit post link to cope with the change in behaviour of admin_url to always escape the url. See #13051.
|
| [14371]
|
westi
|
Move theme_update_available out of the admin page and into the admin includes.
|
| [14370]
|
westi
|
Correctly mark things as private in the phpDoc
|
| [14369]
|
westi
|
Add a nag message for themes which are relying on the deprecated behaviour.
|
| [14366]
|
westi
|
Refactor the error messages and make them translatable.
|
| [14365]
|
westi
|
First pass of compatibility code for old themes which relied on using templates from the default theme without expressly identifying it as the parent theme.
Fixes #12425 and #13009.
The fallback to these template files is now depreceated and will be removed in a future version.
|
| [14312]
|
westi
|
Fix support for rewrites on IIS7. Fixes #12973 props Frumph and ruslany.
|
| [14276]
|
westi
|
Introduce a template file for the Front Page of a site. Has priority over every other template which applies and falls back to the standard template flow for the page / list of posts.
Fixes #6801
|
| [14274]
|
westi
|
Revert [14268] - It is much better to use JavaScript for this kind of enhancement. Output buffering is too fragile. See #12564.
|
| [14208]
|
westi
|
Switch to using esc_url{_raw} for the shortlink output as it is a url not just any attribute. Fixes #10640.
|
| [14207]
|
westi
|
Added escaping to wp_shortlink_wp_head() too. See #10640 props sirzooro.
|
| [14190]
|
westi
|
Restore support for floating point numbers in number_format_i18n(). Fixes #10555.
|
| [14184]
|
westi
|
Remove unnecessary translations of decimal point character and number of decimal places. Fixes #10555 props nbachiyski.
|
| [14182]
|
westi
|
Allow a theme to set an id on the container object for the wp_nav_menu output. Fixes #13057 props thee17.
|
| [14175]
|
westi
|
Improve documentation of validate_current_theme()
|
| [14095]
|
westi
|
Improve behaviour of wptexturize with respect to single quotes. See #4539 props jmstacey.
|
| [14078]
|
westi
|
Remove blank data and lines after the closing ?> which can break image display for multisite.
|
| [13972]
|
westi
|
Make the link a seperate translation so people only have to translate it if they really want to. See #12787.
|
| [13906]
|
westi
|
Ensure that apply_filters_ref_array passes the result of the filter to the next filter. Fixes #12723 props scribue.
|
| [13816]
|
westi
|
Switch to get_template_part Fixes #12371. Try on some narrative comments for size see #12695.
|
| [13815]
|
westi
|
Rename get_specific_template as get_template_part so as to make it clearer as to the point of the function. See #12371
|
| [13758]
|
westi
|
Make use of apply_filters_ref_array() when running the query. Fixes #9886 props scribu.
|