Andrew Nacin
d620c50f96
Remove apparent debug cruft committed in [14401]. fixes #13355
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14565 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-11 18:28:12 +00:00
Ryan Boren
364194617a
Don't update meta data when the new value matches the old value. fixes #13350
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14564 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-11 17:35:07 +00:00
Ryan Boren
0adf04d6db
Don't order term count queries.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14563 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-11 16:50:25 +00:00
Ryan Boren
7be65b3730
Defer term counting until all nav menu items are updated. see #12734
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14562 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-11 16:41:23 +00:00
Ryan Boren
d5308265cd
Don't set/get tags or categories for post types that do not support them. fixes #13346
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14561 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-11 16:28:00 +00:00
Ryan Boren
5d13bccc69
Don't prime menu item cache if a persistent cache is being used. Prime the menu item cache only on the first call to wp_get_nav_menu_items(). Avoids unneeded queries when wp_get_nav_menu_items() is called repeatedly. see #12734
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14560 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-11 15:55:17 +00:00
Ryan Boren
b726ce95dc
Unset some vars when done with them to reduce peak memory usage. see #12734
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14559 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-11 14:39:00 +00:00
Ryan Boren
c0e02a6677
No need to setup the nav menu items again. wp_get_nav_menu_items() handles it. see #12734
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14558 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-11 14:25:10 +00:00
Ryan Boren
6588f852fa
Reduce number of queries in wp_get_nav_menu_items() by fetching posts and terms with batch queries. see #12734
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14557 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-11 14:21:03 +00:00
Ryan Boren
dd9c60ef64
Force reauth when auth_redirect() redirects to login. see #12142
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14556 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-11 13:44:40 +00:00
potbot
02dab1b7d6
POT, generated from r14554
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14555 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-11 00:22:05 +00:00
Ron Rennick
b30b30b943
allow super admins to edit authors on all sites, props mtdewvirus, fixes #13270
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14554 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 22:46:35 +00:00
Ron Rennick
dddb4b9326
revert non-rewrite permalink settings to be compatible with 2.9, see 13106
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14553 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 22:06:27 +00:00
Nikolay Bachiyski
967ef93bc1
Do not cut the Tagged <tags> phrase in half. Fixes #13198
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14552 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 21:24:32 +00:00
Mark Jaquith
9ccf5de9de
Handle manual saving of auto-drafts for Contributors without JavaScript. props jbsil. fixes #13133
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14551 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 21:21:42 +00:00
Peter Westwood
e8c4ed229f
Kick the version up some more.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14550 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 21:13:35 +00:00
Peter Westwood
7154389cc0
Add ARIA landmark roles to TwentyTen. Fixes #13055 props demetris.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14549 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 21:10:12 +00:00
Peter Westwood
208fe21987
Ensure the nonce is available even if no media items exist or are un-attached. Fixes #13284 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14548 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 20:55:52 +00:00
Andrew Nacin
e98ddd7bd6
Revert patch for expecting unslashed data in the metadata API. Had snuck in with [14546]. see #12416 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14547 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 20:51:58 +00:00
Andrew Nacin
8235a24f35
Fix double-tabbing in get_dropins.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14546 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 20:41:14 +00:00
Andrew Nacin
81ec5c6d42
Apply [14540] to get_mu_plugins and get_dropins. fixes #13322 , props Miloslav.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14545 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 20:40:15 +00:00
Nikolay Bachiyski
ba41c965c8
Various twentyten i18n fixes. Props zeo, dimadin. Fixes #13198
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14544 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 20:30:58 +00:00
potbot
6fc8e6b83f
POT, generated from r14542
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14543 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 20:22:01 +00:00
Nikolay Bachiyski
691bbab34d
Clean up loop i18n. Props zeo, see #13198
...
* Take out tags from strings
* Extract two common and complicatd strings into functions
* Whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@14541 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 19:06:22 +00:00
Ryan Boren
eac401c171
Don't use closed dir handle. Props Miloslav. fixes #13322
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14540 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 16:06:46 +00:00
Andrew Nacin
5c149c17ae
Use correct field name in a query in do_enclose(). fixes #12074 , mtdewvirus.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14539 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 09:02:15 +00:00
Andrew Nacin
384cd5a9d3
Fix typos in phpdoc for comment_form(). props demetris, fixes #10910 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14538 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 08:47:13 +00:00
potbot
0f995aa964
POT, generated from r14536
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14537 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 08:21:46 +00:00
Andrew Nacin
4b48de9c08
Remove unused global var. props filosofo, fixes #13316 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14536 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 06:06:37 +00:00
Nikolay Bachiyski
052f0a3766
I18n fixes for header.php in Twentyten. Props zeo. See #13198
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14535 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 06:04:14 +00:00
Nikolay Bachiyski
f7c2b55c6d
I18n and whitespace fixes for functions.php in TwentyTen
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14534 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 05:58:24 +00:00
Nikolay Bachiyski
8999c1f21b
Move vcard span out of the translatable string. See #13198
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14533 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 05:28:01 +00:00
Nikolay Bachiyski
906029f327
Twentyten attachment.php copy and i18n fixes. Props dimadin and zeo. See #13198
...
* Removed the Post a comment link, since it's not present on any other single post page
* The text and link to the full-size image weren't clear and hard to i18n. Changed to Full size is 3872 × 2592 pixel, where the size is the link
* Whitespace fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@14532 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 05:11:11 +00:00
Andrew Nacin
3dd93e488b
Some sortable improvements in the nav menu UI. props koopersmith, see #13220 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14531 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 04:51:57 +00:00
Andrew Nacin
1cdd8d707e
Remove old code that breaks menu design rendering. props koopersmith, fixes #13311 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14530 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 04:49:52 +00:00
Ryan Boren
581779a30d
Don't call wp_get_nav_menu_items() twice.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14529 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 01:11:04 +00:00
Ryan Boren
ee0b76261b
Allow turning off object_term and postmeta cache updates. Turn off object_term updates in the wp_get_nav_menu_items() get_posts() query to avoid useless taxonomy query.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14528 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 00:58:39 +00:00
Andrew Nacin
58837ee989
Remove codepress dir. see #13307 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14527 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-09 22:53:25 +00:00
Peter Westwood
14ea78ffa3
Bump Bump Bump.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14526 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-09 20:54:12 +00:00
potbot
2b2d4685c5
POT, generated from r14524
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14525 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-09 12:21:55 +00:00
Peter Westwood
6847f8e171
Fix typos. Props Utkarsh.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14524 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-09 09:59:43 +00:00
Nikolay Bachiyski
10cedbb8b6
I18n fixes in Twentyten footer. Props zeo, see #13198
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14523 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-09 09:29:06 +00:00
Mark Jaquith
e69e6856e8
Omit extraneous argument. props coffee2code. fixes #10057
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14522 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-09 07:22:10 +00:00
Andrew Nacin
fd9b4855e6
Simplify is_post_type and is_post_type_hierarchical. Make them work like their taxonomy counterparts. see #12588 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14521 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-08 22:10:28 +00:00
Andrew Nacin
7ea215494e
Allow menu items to be dropped on a parent item in addition to just being dragged to the right. props koopersmith, see #13220 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14520 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-08 21:56:53 +00:00
Peter Westwood
2e1947d51c
Bumpity
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14519 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-08 21:16:17 +00:00
Andrew Nacin
00ae9bee64
Adjust POP3 error checks in wp-mail.php. props solarissmoke, fixes #13163 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14518 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-08 19:34:59 +00:00
Andrew Nacin
f04386cca0
Don't use WP_SITEURL and WP_HOME in multisite. fixes #13191 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14517 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-08 19:31:42 +00:00
Ron Rennick
e3ee37d8a2
don't allow blog sub site in folder install, see #13304
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14516 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-08 18:37:38 +00:00
Ron Rennick
74a627a09d
consistency & simplicity in get_option(), see #12140
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14515 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-08 18:05:16 +00:00