Andrew Nacin
|
5154f54e0a
|
Tiny code cleanup. intval is used earlier so it is stored properly in the db; we just need true/false.
git-svn-id: https://develop.svn.wordpress.org/trunk@15305 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-23 05:10:45 +00:00 |
|
Andrew Nacin
|
dbcb4eeaa8
|
s/goto/go to/g. props demetris, fixes #13863.
git-svn-id: https://develop.svn.wordpress.org/trunk@15301 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-21 20:52:48 +00:00 |
|
Andrew Nacin
|
6121122d9a
|
Capitalization and grammar changes in upgrade strings. fixes #13628.
git-svn-id: https://develop.svn.wordpress.org/trunk@15300 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-21 19:38:19 +00:00 |
|
Andrew Nacin
|
ccabcee5d7
|
Use correct function name. props briancolinger, fixes #14021 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@15297 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-21 18:18:39 +00:00 |
|
Andrew Nacin
|
15a13b431b
|
Translate, don't echo. props SergeyBiryukov, fixes #14008 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@15293 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-21 05:36:18 +00:00 |
|
Dion Hulse
|
9c7369cca9
|
Fix typo in type_url_form_video() help text. Props mako09. Fixes #14003 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@15292 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-20 04:13:57 +00:00 |
|
Dion Hulse
|
f13e3b1dc2
|
Move plugin installer install_popular_tags() to use a site transient rather than its own caching logic. Fixes #13108
git-svn-id: https://develop.svn.wordpress.org/trunk@15287 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-19 07:28:27 +00:00 |
|
Dion Hulse
|
8290bddd76
|
Close <img> spinner XHTML style. Props zeo. Fixes #13970
git-svn-id: https://develop.svn.wordpress.org/trunk@15286 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-19 07:05:23 +00:00 |
|
Dion Hulse
|
e263911f0e
|
Fix typos in r15278. Caused by fat fingers.
git-svn-id: https://develop.svn.wordpress.org/trunk@15280 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-19 05:48:30 +00:00 |
|
Dion Hulse
|
309a88827b
|
Coding standards clean-up of admin template.php. No logic changes. Removal of multiple spaces, addition of whitespace, addition of ;, s/"/'/g where appropriate, case changes of constants, removal of $output = '..'; echo $output.
git-svn-id: https://develop.svn.wordpress.org/trunk@15278 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-19 05:32:01 +00:00 |
|
Andrew Nacin
|
44bb966035
|
Use add_query_arg() in menu_page_url(). fixes #13923.
git-svn-id: https://develop.svn.wordpress.org/trunk@15268 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-16 20:08:58 +00:00 |
|
Mark Jaquith
|
8abb12ffc6
|
Make the number of taxonomies to display per page setting actually stick. props nacin. fixes #13899
git-svn-id: https://develop.svn.wordpress.org/trunk@15263 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-15 20:07:02 +00:00 |
|
Andrew Nacin
|
09f7a954bf
|
Revert [15219], [15250], some of [15249] for 3.0, revisit in 3.0.1. see #13822.
git-svn-id: https://develop.svn.wordpress.org/trunk@15254 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-14 19:52:30 +00:00 |
|
Ryan Boren
|
9968a51d0d
|
Differentiate between edit and new via an action field for the screen. Fix favorite_actions(). fixes #13876
git-svn-id: https://develop.svn.wordpress.org/trunk@15253 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-14 19:33:04 +00:00 |
|
Andrew Nacin
|
b354c95af3
|
Add admin UI labels for menu items of unpublished posts. props koopersmith, fixes #13822. #stringchange
git-svn-id: https://develop.svn.wordpress.org/trunk@15250 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-14 08:40:52 +00:00 |
|
Andrew Nacin
|
95256b14b9
|
Don't use deprecated functions. props koopersmith, fixes #13854.
git-svn-id: https://develop.svn.wordpress.org/trunk@15242 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-13 06:20:51 +00:00 |
|
Andrew Nacin
|
b7fe818d58
|
Use correct variable in populate_network(). props wpmuguru, fixes #13859.
git-svn-id: https://develop.svn.wordpress.org/trunk@15238 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-12 05:16:21 +00:00 |
|
Ryan Boren
|
82be9621ec
|
Trim trailing whitespace.
git-svn-id: https://develop.svn.wordpress.org/trunk@15235 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-11 20:19:35 +00:00 |
|
Ron Rennick
|
3e360da417
|
add create site link to My Sites page, original patch props filosofo, fixes #13852
git-svn-id: https://develop.svn.wordpress.org/trunk@15228 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-11 17:18:17 +00:00 |
|
Andrew Nacin
|
e45ec0a52c
|
Fix warnings related to static pages. props zeo for initial patch. fixes #13830.
git-svn-id: https://develop.svn.wordpress.org/trunk@15227 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-11 17:04:06 +00:00 |
|
Ryan Boren
|
fc2793bd46
|
Deprecate is_term, is_taxonomy, is_post_type for *_exists(). Props nacin. fixes #13747
git-svn-id: https://develop.svn.wordpress.org/trunk@15220 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-11 15:53:41 +00:00 |
|
Ron Rennick
|
9c74b84590
|
hide unpublished items on frontend nav menus, props filosofo, fixes #13822
git-svn-id: https://develop.svn.wordpress.org/trunk@15219 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-11 15:34:32 +00:00 |
|
Andrew Nacin
|
e8f7f12adf
|
Horizontal scrolling/resizing fixes for nav menu UI. Also some RTL fixes. props koopersmith, see #13525
git-svn-id: https://develop.svn.wordpress.org/trunk@15214 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-11 05:19:36 +00:00 |
|
Andrew Nacin
|
7a7a294de0
|
dbDelta needs all the comments it can get. Restore the one removed in [15210].
git-svn-id: https://develop.svn.wordpress.org/trunk@15211 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-11 03:03:17 +00:00 |
|
Andrew Nacin
|
58951fbf39
|
Reset variables back to empty arrays instead of unsetting them in dbDelta. prevents a warning. props mitchoyoshitaka, fixes #13715.
git-svn-id: https://develop.svn.wordpress.org/trunk@15210 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-11 03:01:51 +00:00 |
|
Peter Westwood
|
063ca11e7a
|
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.
git-svn-id: https://develop.svn.wordpress.org/trunk@15203 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-10 21:38:41 +00:00 |
|
Ron Rennick
|
06dadab38b
|
alway update fileupload_url during initial network install, see #13828
git-svn-id: https://develop.svn.wordpress.org/trunk@15202 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-10 21:31:46 +00:00 |
|
Andrew Nacin
|
825032bbf6
|
Provide context for screen options plural labels. fixes #13369.
git-svn-id: https://develop.svn.wordpress.org/trunk@15201 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-10 20:56:14 +00:00 |
|
Andrew Nacin
|
a052939dfc
|
Revert accidental commit. see [15199], see #13369
git-svn-id: https://develop.svn.wordpress.org/trunk@15200 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-10 20:48:04 +00:00 |
|
Andrew Nacin
|
0ed6a9bbb2
|
Valid HTML for wp-signup. fixes #13369, props ocean90, snumb130.
git-svn-id: https://develop.svn.wordpress.org/trunk@15199 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-10 20:44:54 +00:00 |
|
Andrew Nacin
|
a53e7e3018
|
Switch to current_theme_supports(menus) internally. Adding theme support for 'nav-menus' is deprecated in favor of register_nav_menu(s). fixes #13825.
git-svn-id: https://develop.svn.wordpress.org/trunk@15193 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-10 17:57:30 +00:00 |
|
Andrew Nacin
|
5dcf82f22f
|
Don't show an error when the theme supports widgets but not menus. see #13825.
git-svn-id: https://develop.svn.wordpress.org/trunk@15191 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-10 17:37:15 +00:00 |
|
Andrew Nacin
|
9d38c0af9e
|
Move 'helps' argument to the taxonomy labels object. Also move over help_nojs and help_cloud, both introduced in 3.0. This adds three new core labels for non-hierarchical taxonomies, for tweaking the meta box strings. fixes #13805.
git-svn-id: https://develop.svn.wordpress.org/trunk@15190 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-10 16:07:33 +00:00 |
|
Ryan Boren
|
d61154542c
|
Remove old hidden columns usermeta keys. fixes #13783
git-svn-id: https://develop.svn.wordpress.org/trunk@15187 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-10 14:41:51 +00:00 |
|
Ryan Boren
|
5dc92cb07f
|
Pass taxonomy to post_tags_meta_box. Use add_new_item label. see #13805
git-svn-id: https://develop.svn.wordpress.org/trunk@15183 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-09 21:59:13 +00:00 |
|
Peter Westwood
|
537fcf4970
|
Improve phpDoc for add_settings_section. Fixes #13801 props frankieroberto.
git-svn-id: https://develop.svn.wordpress.org/trunk@15180 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-09 20:21:43 +00:00 |
|
Ryan Boren
|
9537ce264c
|
Set the screen for add-tag ajax requests. see #13783
git-svn-id: https://develop.svn.wordpress.org/trunk@15178 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-09 16:52:25 +00:00 |
|
Ryan Boren
|
d599a6ca65
|
Make set_current_screen() taxonomy aware. Use current_screen when setting up table headers for edit-tags.php. see #13783
git-svn-id: https://develop.svn.wordpress.org/trunk@15175 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-08 15:34:42 +00:00 |
|
Dion Hulse
|
ccbfa3b52b
|
Do not check to see if parents of folders outside of the Destination folder exist within the Archive extractors, unzip_file() will take care of that area. Fixes #13741
git-svn-id: https://develop.svn.wordpress.org/trunk@15156 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-07 11:19:51 +00:00 |
|
Andrew Nacin
|
6f57a1a3ec
|
s/echos/echoes/ in phpdoc. props demetris, fixes #13742.
git-svn-id: https://develop.svn.wordpress.org/trunk@15148 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-06 05:16:32 +00:00 |
|
Andrew Nacin
|
ae77738ff9
|
More request_filesystem_credentials() string improvements.
git-svn-id: https://develop.svn.wordpress.org/trunk@15130 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-03 18:58:41 +00:00 |
|
Ryan Boren
|
0922715668
|
Cut 'em out, move 'em on, trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@15116 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-02 20:04:07 +00:00 |
|
Andrew Nacin
|
dd5d1692b8
|
Clear nav menu from menu locations on delete. Additional sanity checks. fixes #13690.
git-svn-id: https://develop.svn.wordpress.org/trunk@15100 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-02 05:10:31 +00:00 |
|
Andrew Nacin
|
fb0187a5a0
|
Add missing spaces.
git-svn-id: https://develop.svn.wordpress.org/trunk@15099 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-01 21:57:26 +00:00 |
|
Andrew Nacin
|
3c50fb2f00
|
Clarify the connection information requested in request_filesystem_credentials() to reduce confusion surrounding FTP information versus your WordPress login. see #13467, props jane.
git-svn-id: https://develop.svn.wordpress.org/trunk@15098 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-01 20:35:59 +00:00 |
|
Ryan Boren
|
171d6811cc
|
Add export capability. fixes #13681
git-svn-id: https://develop.svn.wordpress.org/trunk@15096 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-01 18:02:05 +00:00 |
|
Dion Hulse
|
792509c0be
|
Reinstate the custom chmod value in FtpExt. Accidentally removed in r12998. Props reaperhulk. Fixes #13667
git-svn-id: https://develop.svn.wordpress.org/trunk@15086 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-01 04:11:29 +00:00 |
|
Mark Jaquith
|
b8f92556c3
|
Fix the Author links from Edit Pages screen. props duck_. fixes #13665
git-svn-id: https://develop.svn.wordpress.org/trunk@15085 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-06-01 00:26:49 +00:00 |
|
Andrew Nacin
|
d5dd6a6aec
|
Move the Walker_Nav_Menu_Checklist class to admin/includes.
git-svn-id: https://develop.svn.wordpress.org/trunk@15077 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-31 15:47:53 +00:00 |
|
Mark Jaquith
|
29a6333a1f
|
Add ?ver=DATE query strings to all images that changed since 2.9, to expire browser cache. Bump versions on all CSS/JS files modified in that process. fixes #13562.
git-svn-id: https://develop.svn.wordpress.org/trunk@15072 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-31 06:33:46 +00:00 |
|