Andrew Nacin
|
114cedbf17
|
Allow methods to be used as a callback in wp_unique_filename(). fixes #12824 props aaroncampbell.
git-svn-id: https://develop.svn.wordpress.org/trunk@13952 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 23:54:56 +00:00 |
Andrew Nacin
|
5615e1ba93
|
Add AYS to "Install Now" link in plugin installer. fixes #11050
git-svn-id: https://develop.svn.wordpress.org/trunk@13951 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 23:27:23 +00:00 |
Ron Rennick
|
3a9d10480d
|
have get_blog_prefix() default to the prefix of the current blog, see #12820
git-svn-id: https://develop.svn.wordpress.org/trunk@13949 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 22:47:51 +00:00 |
Ryan Boren
|
af71e20215
|
Move wp-ajax_add-tax hook back to registration. Reverts part of [13924]. see #10437
git-svn-id: https://develop.svn.wordpress.org/trunk@13946 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 17:07:30 +00:00 |
Dion Hulse
|
af3a5edd74
|
Don't prevent 404'ing on tax/author pages when a paged page is requested which doesnt contain posts. For example, /category/animal/page/9999999/. Allows for /category/empty_cat/ to not 404. Fixes #11857
git-svn-id: https://develop.svn.wordpress.org/trunk@13944 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 08:16:20 +00:00 |
Dion Hulse
|
9b2113d8cd
|
Match the separator style of get_category_parents() in get_the_category_list(), Respects the spacing of the provided separator. Fixes #10761
git-svn-id: https://develop.svn.wordpress.org/trunk@13943 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 07:30:20 +00:00 |
Dion Hulse
|
c57a54f082
|
A better default except, Remove multiple white spaces from the except as well as splitting safely on UTF8 strings. Props Denis-de-Bernardy for the UTF8 split. Fixes #10376
git-svn-id: https://develop.svn.wordpress.org/trunk@13942 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 07:10:51 +00:00 |
Dion Hulse
|
842e844bc5
|
Change UI labels from "Post Thumbnails" to "Featured Image". See #12554
git-svn-id: https://develop.svn.wordpress.org/trunk@13940 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 06:12:49 +00:00 |
Dion Hulse
|
db55fa0abb
|
Reduce Code duplication. Rely on parent class to do the heavy lifting, just tack the comment addition on the end. See #8841
git-svn-id: https://develop.svn.wordpress.org/trunk@13939 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 05:33:18 +00:00 |
Dion Hulse
|
393c94d1a5
|
Move children of nested levels not shown to after the current element, not inside it like children. See #8841
git-svn-id: https://develop.svn.wordpress.org/trunk@13938 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 05:13:57 +00:00 |
Andrew Nacin
|
7e33f4a479
|
Fix notice in wp_new_comment(). fixes #10854.
git-svn-id: https://develop.svn.wordpress.org/trunk@13937 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 05:01:13 +00:00 |
Andrew Nacin
|
1179f37584
|
Fix int cast usage in simplepie. see #12334, props rlerdorf.
git-svn-id: https://develop.svn.wordpress.org/trunk@13935 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 04:37:42 +00:00 |
Dion Hulse
|
5c306d5ca4
|
Fix out-of-order comments when comment nesting is reduced. Displays child comments on the same level after its "parent" in the case that the max_depth has been hit. See #8841
git-svn-id: https://develop.svn.wordpress.org/trunk@13932 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 04:05:01 +00:00 |
Andrew Nacin
|
9dab120905
|
Child theme support for theme header registrations. Second call to register_theme_headers() should add more headers, not replace existing headers. add unregister_theme_headers(). props jorbin. see #12343
git-svn-id: https://develop.svn.wordpress.org/trunk@13928 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 03:15:18 +00:00 |
Ron Rennick
|
736637fb27
|
rework syncing of global terms, see #12663
git-svn-id: https://develop.svn.wordpress.org/trunk@13925 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 01:26:44 +00:00 |
Dion Hulse
|
312438ad06
|
Use the taxonomy show_ui flag to control if all WordPress generated UI is exposed (Menu previously, This affects metaboxes). See #10437
git-svn-id: https://develop.svn.wordpress.org/trunk@13924 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 01:23:58 +00:00 |
Dion Hulse
|
4dcdc247f6
|
Handle uppercase html entities in get_next_posts_link() & get_next_comments_link() (and family) $labels. Fixes #4152
git-svn-id: https://develop.svn.wordpress.org/trunk@13922 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-02 00:07:59 +00:00 |
Dion Hulse
|
eb6dba1f3a
|
Rename Install to More Information, Add an Install Now action link to the Plugin Installer search results. See #11050
git-svn-id: https://develop.svn.wordpress.org/trunk@13920 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-01 23:17:53 +00:00 |
Mark Jaquith
|
f1e8f1847b
|
Regenerate production CSS and bump version for last commit
git-svn-id: https://develop.svn.wordpress.org/trunk@13919 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-01 21:22:48 +00:00 |
Andrew Nacin
|
9781730e1c
|
s/hierarachical/hierarchical/g. Props JohnPBloch.
git-svn-id: https://develop.svn.wordpress.org/trunk@13915 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-01 14:37:38 +00:00 |
Dion Hulse
|
90dd44e0c2
|
Whitespace and coding standards cleanup for balanceTags(). See #11968
git-svn-id: https://develop.svn.wordpress.org/trunk@13914 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-01 13:18:34 +00:00 |
Dion Hulse
|
6edd892710
|
Recognise namespaces in tags for balanceTags(). Fixes #11968
git-svn-id: https://develop.svn.wordpress.org/trunk@13913 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-01 13:16:44 +00:00 |
Dion Hulse
|
d9b935e3ce
|
Delete _transient_timeout_$name and _site_transient_timeout_$name when specifically deleting transients. Fixes #12782
git-svn-id: https://develop.svn.wordpress.org/trunk@13911 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-01 10:42:03 +00:00 |
Dion Hulse
|
b2aaeb8394
|
Small coding standards cleanup of wp_die();
git-svn-id: https://develop.svn.wordpress.org/trunk@13910 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-01 10:30:58 +00:00 |
Dion Hulse
|
ff6575838c
|
Use the correct slug value for reverting post slug inline editing. Props mitchoyoshitaka. Fixes #12788
git-svn-id: https://develop.svn.wordpress.org/trunk@13909 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-01 10:16:55 +00:00 |
Mark Jaquith
|
191c250172
|
Fix PHP notice
git-svn-id: https://develop.svn.wordpress.org/trunk@13908 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-01 07:43:04 +00:00 |
Peter Westwood
|
ed9ee9a2da
|
Ensure that apply_filters_ref_array passes the result of the filter to the next filter. Fixes #12723 props scribue.
git-svn-id: https://develop.svn.wordpress.org/trunk@13906 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-31 21:39:18 +00:00 |
Dion Hulse
|
f653d1710a
|
Dont pee on <option>. Prevents the addition of a <br/> following a </option>. Props akerem. Fixes #11947
git-svn-id: https://develop.svn.wordpress.org/trunk@13903 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-31 09:32:44 +00:00 |
Andrew Nacin
|
47d995c72a
|
Add blacklist to remove_theme_support(). fixes #12739.
git-svn-id: https://develop.svn.wordpress.org/trunk@13902 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-31 09:06:11 +00:00 |
Dion Hulse
|
a999fdc1a6
|
Add Password Mismatch feedback to the Password Strength Meter. Props dancole. Fixes #12576
git-svn-id: https://develop.svn.wordpress.org/trunk@13900 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-31 08:45:51 +00:00 |
Andrew Nacin
|
96697adf96
|
Add post type parameter to get_page_by_title(). props mikeschinkel, fixes #12743.
git-svn-id: https://develop.svn.wordpress.org/trunk@13899 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-31 08:20:28 +00:00 |
Andrew Nacin
|
20ebe2a218
|
File-level phpdoc for nav-menu-template.php. Also, @subpackage cannot contain spaces.
git-svn-id: https://develop.svn.wordpress.org/trunk@13897 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-31 07:54:09 +00:00 |
Ryan Boren
|
fedb70e678
|
Filter robots.txt output
git-svn-id: https://develop.svn.wordpress.org/trunk@13891 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-30 15:48:52 +00:00 |
Dion Hulse
|
52269956a3
|
Whitespace only Cookie pairs are not permitted; Skip them. Props josephscott. Fixes #12761
git-svn-id: https://develop.svn.wordpress.org/trunk@13887 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-30 10:22:30 +00:00 |
Ryan Boren
|
dc9cefd8a5
|
Use network_*_url(). see #12736
git-svn-id: https://develop.svn.wordpress.org/trunk@13884 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-29 21:45:31 +00:00 |
Ron Rennick
|
049fcf5b46
|
delete user cap in remove_all_caps(), props ocean90, see #12711
git-svn-id: https://develop.svn.wordpress.org/trunk@13883 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-29 20:35:06 +00:00 |
Ryan Boren
|
8b71175392
|
Don't stomp scheme arg. see #12736
git-svn-id: https://develop.svn.wordpress.org/trunk@13882 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-29 20:25:30 +00:00 |
Ron Rennick
|
430123a00c
|
tweaks to network_*_url(), see #12736
git-svn-id: https://develop.svn.wordpress.org/trunk@13881 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-29 19:57:17 +00:00 |
Ryan Boren
|
8392d79d1e
|
network_site_url(), network_home_url(), network_admin_url(). see #12736
git-svn-id: https://develop.svn.wordpress.org/trunk@13880 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-29 17:53:03 +00:00 |
Ryan Boren
|
0129bad3ef
|
Check for urls that have a scheme but no host in wp_validate_redirect().
git-svn-id: https://develop.svn.wordpress.org/trunk@13878 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-29 16:47:17 +00:00 |
Ron Rennick
|
580bd283fd
|
add remove_theme_support(), props nathanrice, fixes #12739
git-svn-id: https://develop.svn.wordpress.org/trunk@13877 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-29 16:26:54 +00:00 |
Dion Hulse
|
cc26a706e8
|
Slight Coding standards update
git-svn-id: https://develop.svn.wordpress.org/trunk@13866 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-28 06:05:50 +00:00 |
Dion Hulse
|
b9682621d0
|
Fix the Permalink editor for custom post_types. Fixes #12742
git-svn-id: https://develop.svn.wordpress.org/trunk@13865 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-28 05:23:49 +00:00 |
Dion Hulse
|
fd04241472
|
JQuery.noConflict() fix for thickbox.js. Props Michael. Fixes #12382
git-svn-id: https://develop.svn.wordpress.org/trunk@13864 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-28 04:48:20 +00:00 |
Dion Hulse
|
9393b90872
|
Implement the 2nd parameter of json_decode() for back-compat purposes. Returns an associative array instead of an object. For the recursive object handling, Props carbolineum. Fixes #11963
git-svn-id: https://develop.svn.wordpress.org/trunk@13863 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-28 04:42:44 +00:00 |
Dion Hulse
|
0773ef03a6
|
Implement the 2nd parameter of json_decode() for back-compat purposes. Returns an associative array instead of an object. Fixes #11963
git-svn-id: https://develop.svn.wordpress.org/trunk@13862 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-28 04:35:42 +00:00 |
Dion Hulse
|
85b5a63f56
|
Fix notices in post_custom(). Props sirzooro. Fixes #11839
git-svn-id: https://develop.svn.wordpress.org/trunk@13861 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-28 04:19:44 +00:00 |
Dion Hulse
|
c552d48674
|
Fix image_resize() dependencies by moving wp_load_image() from admin includes to wp-includes. Fixes #7279
git-svn-id: https://develop.svn.wordpress.org/trunk@13860 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-28 03:39:00 +00:00 |
Dion Hulse
|
6f02bf815c
|
Do not allow empty option names. Trim leading and trailing whitespace from option names. Partial patch props ericmann. Fixes #11506
git-svn-id: https://develop.svn.wordpress.org/trunk@13858 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-28 03:10:37 +00:00 |
Dion Hulse
|
dfee0416ec
|
Check if function exists before using it. imageistruecolor() requires PHP 4.3.2, WordPress requires 4.3.0 at this stage. Fixes #12297
git-svn-id: https://develop.svn.wordpress.org/trunk@13857 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-28 02:57:09 +00:00 |