potbot
|
c05b55b066
|
POT, generated from r16540
git-svn-id: https://develop.svn.wordpress.org/trunk@16541 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-23 00:22:47 +00:00 |
|
scribu
|
1d586a6a7f
|
Remove vestige code from theme.js. See #14936
git-svn-id: https://develop.svn.wordpress.org/trunk@16540 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-23 00:06:15 +00:00 |
|
Andrew Nacin
|
612a6bda24
|
escape URL in wp_link_pages. fixes #14271.
git-svn-id: https://develop.svn.wordpress.org/trunk@16539 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 23:54:30 +00:00 |
|
scribu
|
0053f9b5e1
|
Prevent notice when checking for hierarchical tax rewrite. Props demetris. See #12891
git-svn-id: https://develop.svn.wordpress.org/trunk@16538 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 21:56:20 +00:00 |
|
scribu
|
40c993af3f
|
Fix 'timeinfo' cache invalidation. Fixes #14922
git-svn-id: https://develop.svn.wordpress.org/trunk@16537 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 21:45:45 +00:00 |
|
scribu
|
ef9b5fb1ec
|
Document url_shorten() and use in more places. Props latz for initial patch. Fixes #15540
git-svn-id: https://develop.svn.wordpress.org/trunk@16536 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 17:17:31 +00:00 |
|
Andrew Nacin
|
e8dd42ce2a
|
Revert [15688], [15689], [15691]. Try again in 3.2. see #14966.
git-svn-id: https://develop.svn.wordpress.org/trunk@16535 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 17:17:26 +00:00 |
|
Andrew Nacin
|
4cfa4aaacf
|
Add the audio post format, the final format we plan to support. see #14746.
git-svn-id: https://develop.svn.wordpress.org/trunk@16534 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 17:05:14 +00:00 |
|
Pete Mall
|
9605850c9a
|
Use tools screen_icon for udpate-core. Props ocean90, fixes #15531.
git-svn-id: https://develop.svn.wordpress.org/trunk@16533 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 16:56:22 +00:00 |
|
Andrew Nacin
|
fe3aa01f7b
|
Yeah, about that comma... Fix internal linking for both IE6 and IE7. props koopersmith, fixes #15485.
git-svn-id: https://develop.svn.wordpress.org/trunk@16532 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 06:32:18 +00:00 |
|
scribu
|
6df13c0a90
|
Consider only IN tax queries when returning the queried object. See #12891
git-svn-id: https://develop.svn.wordpress.org/trunk@16531 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 05:14:47 +00:00 |
|
Pete Mall
|
250c2d591e
|
Use first and last name in network admin users. Fixes #15528.
git-svn-id: https://develop.svn.wordpress.org/trunk@16530 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 04:31:31 +00:00 |
|
Ryan Boren
|
4cb1c0e3b3
|
Bump tinymce version. see #15532
git-svn-id: https://develop.svn.wordpress.org/trunk@16529 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 03:03:28 +00:00 |
|
Ryan Boren
|
c49fb698d8
|
Bring link dialog to front when TinyMCE is fullscreen. Props koopersmith. see #15532
git-svn-id: https://develop.svn.wordpress.org/trunk@16528 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 02:48:58 +00:00 |
|
Ryan Boren
|
d089000052
|
Notice fixes for user-new.php. Props wpdavis. see #15456
git-svn-id: https://develop.svn.wordpress.org/trunk@16527 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-21 16:56:08 +00:00 |
|
scribu
|
eb6a65e501
|
Move s/ /+ out of WP_Query, so that 'category_name=Some Category' works again. See #12891
git-svn-id: https://develop.svn.wordpress.org/trunk@16526 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-21 16:33:05 +00:00 |
|
scribu
|
37842f40a2
|
Don't display search subtitle on themes page. Props ocean90. See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@16525 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-21 16:20:08 +00:00 |
|
Andrew Nacin
|
dce66b369f
|
Use correct name in script loader. see #14936.
git-svn-id: https://develop.svn.wordpress.org/trunk@16524 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-21 14:10:33 +00:00 |
|
scribu
|
3c7fb2fb3b
|
Update get_tax_sql() docblock. See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@16523 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-21 14:09:01 +00:00 |
|
Andrew Nacin
|
f82118f579
|
Add a simple filter to allow removing the recent comments default widget styles. fixes #15493, see #14876.
git-svn-id: https://develop.svn.wordpress.org/trunk@16522 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-21 13:55:11 +00:00 |
|
Andrew Nacin
|
9a53e46ff5
|
Revert [15994] for now, as the default widgets then go through an identity crisis. see #14876, #15493.
git-svn-id: https://develop.svn.wordpress.org/trunk@16521 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-21 13:48:35 +00:00 |
|
Andrew Nacin
|
6843c0fa3c
|
Escape the wrap ID and class attributes going into sprintf() and s/slug/wrap_id/ to make it more obvious. see #14235.
git-svn-id: https://develop.svn.wordpress.org/trunk@16520 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-21 13:37:09 +00:00 |
|
Andrew Nacin
|
83e8f71361
|
Introduce items_wrap arg to wp_nav_menu(). props filosofo, fixes #14235.
git-svn-id: https://develop.svn.wordpress.org/trunk@16519 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-21 13:32:02 +00:00 |
|
Ryan Boren
|
55bd96bfeb
|
Fixes for user-new.php. Props wpdavis. see #15456
git-svn-id: https://develop.svn.wordpress.org/trunk@16518 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-20 22:36:46 +00:00 |
|
scribu
|
cb38e81d23
|
re-minify edit-comments.js. See #15504
git-svn-id: https://develop.svn.wordpress.org/trunk@16517 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-20 22:03:54 +00:00 |
|
scribu
|
de5730ecd9
|
Use event delegation in edit-comments.js. Fixes #15504
git-svn-id: https://develop.svn.wordpress.org/trunk@16516 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-20 22:02:25 +00:00 |
|
scribu
|
6401205f36
|
Don't do any taxonomy stuff if is_singular. See #15487
git-svn-id: https://develop.svn.wordpress.org/trunk@16515 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-20 21:51:21 +00:00 |
|
Ryan Boren
|
3484e62eca
|
Revert debug
git-svn-id: https://develop.svn.wordpress.org/trunk@16514 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-20 21:44:11 +00:00 |
|
Ryan Boren
|
f3e3c03abe
|
array_unique() category__in and category__not_in to eliminate dupes from multiple runs of parse_tax_query(). Fixes canonical redirects for cat, category__in, and category__not_in requests. see #12891 #15487
git-svn-id: https://develop.svn.wordpress.org/trunk@16513 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-20 21:43:19 +00:00 |
|
scribu
|
a825250771
|
Fix logic for when excluding a non-existant term. See #12891
git-svn-id: https://develop.svn.wordpress.org/trunk@16512 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-20 21:28:50 +00:00 |
|
Ryan Boren
|
75453e5e2d
|
If the queried term does not exist make sure no posts are returned in the query rather than falling through to querying all posts. Fixes 404s when querying cats that do not exist. see #12891
git-svn-id: https://develop.svn.wordpress.org/trunk@16511 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-20 21:10:20 +00:00 |
|
Andrew Nacin
|
3cf1723947
|
Use 'Update' and 'Save Link' for internal linking submit button. props koopersmith, see #11420.
git-svn-id: https://develop.svn.wordpress.org/trunk@16510 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-20 19:27:12 +00:00 |
|
Andrew Nacin
|
bc868ac452
|
Indent a foreach.
git-svn-id: https://develop.svn.wordpress.org/trunk@16509 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-20 19:20:32 +00:00 |
|
Peter Westwood
|
358a4a3486
|
Ensure that we return post IDs as strings to honour API defintions. See #15517
git-svn-id: https://develop.svn.wordpress.org/trunk@16508 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-20 15:50:56 +00:00 |
|
scribu
|
306874cbb6
|
Don't need WP_MS_Users_List_Table constructor anymore. See [16501]
git-svn-id: https://develop.svn.wordpress.org/trunk@16507 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-20 14:03:49 +00:00 |
|
scribu
|
3e8a8c96cf
|
Remove debug cruft from [16505]. See #12891
git-svn-id: https://develop.svn.wordpress.org/trunk@16506 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-20 13:48:24 +00:00 |
|
scribu
|
6020138317
|
Don't set post_type to 'any' for category and tag queries. See #12891
git-svn-id: https://develop.svn.wordpress.org/trunk@16505 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-20 13:39:07 +00:00 |
|
Peter Westwood
|
bff457cfaf
|
Use do_items rather than do_item so the output of the l10n script is recorded. Fixes #15124.
git-svn-id: https://develop.svn.wordpress.org/trunk@16504 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-20 12:01:15 +00:00 |
|
Peter Westwood
|
6e131a9694
|
Add missing calls to convertEntities for js l10n
git-svn-id: https://develop.svn.wordpress.org/trunk@16503 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-20 11:56:59 +00:00 |
|
Ryan Boren
|
0786857c32
|
Don't esc_textarea() in meta boxes since the post object is already escaped. Props Viper007Bond. see #15505
git-svn-id: https://develop.svn.wordpress.org/trunk@16502 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-20 06:10:07 +00:00 |
|
Ryan Boren
|
bc9642a3f5
|
Could not bulk edit users in Network Admin due to reversed logic on capability check, and incorrect action included for comparing to nonce. Props beaulebens
git-svn-id: https://develop.svn.wordpress.org/trunk@16501 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-20 05:48:35 +00:00 |
|
Andrew Nacin
|
ce4b9ff07a
|
IE8 fixes for internal linking. props koopersmith, see #15485, see #11420.
git-svn-id: https://develop.svn.wordpress.org/trunk@16500 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-20 02:02:37 +00:00 |
|
Andrew Nacin
|
c32cd17908
|
self_admin_url in plugin-install. props ocean90, fixes #14062.
git-svn-id: https://develop.svn.wordpress.org/trunk@16499 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-20 01:38:21 +00:00 |
|
Andrew Nacin
|
10f92b7e87
|
Don't include Network Only plugins in the site admin plugin counts. props PeteMall, fixes #15502.
git-svn-id: https://develop.svn.wordpress.org/trunk@16498 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-20 01:23:44 +00:00 |
|
Ryan Boren
|
069c259dcf
|
should not be an array of arrays. Props nickmomrik
git-svn-id: https://develop.svn.wordpress.org/trunk@16497 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-19 23:58:29 +00:00 |
|
Ryan Boren
|
a7bcbc027f
|
Fix user search input name. Props nickmomrik.
git-svn-id: https://develop.svn.wordpress.org/trunk@16496 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-19 23:43:00 +00:00 |
|
Mark Jaquith
|
103bde3e19
|
Do not set is_category/is_tax/is_tax for is_singular requests. props mtekk. fixes #15487
git-svn-id: https://develop.svn.wordpress.org/trunk@16495 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-19 19:25:53 +00:00 |
|
Andrew Nacin
|
40d1e43970
|
Add missing div. props PeteMall, fixes #15501.
git-svn-id: https://develop.svn.wordpress.org/trunk@16494 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-19 19:05:04 +00:00 |
|
Andrew Nacin
|
fcf95a9788
|
Bump wplink.
git-svn-id: https://develop.svn.wordpress.org/trunk@16493 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-19 19:02:57 +00:00 |
|
Ryan Boren
|
7c8157ed36
|
Fill http by default. Props koopersmith. see #11420
git-svn-id: https://develop.svn.wordpress.org/trunk@16492 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-19 18:59:43 +00:00 |
|