markjaquith
|
b9a7bb4bc7
|
Display placeholder when no comments found. props garyc40. fixes #15937
git-svn-id: http://svn.automattic.com/wordpress/trunk@17103 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-21 17:34:29 +00:00 |
|
ryan
|
587ea006b5
|
Translations in title attributes require esc_attr().
git-svn-id: http://svn.automattic.com/wordpress/trunk@17102 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-21 17:17:58 +00:00 |
|
ryan
|
a1d8c65604
|
Add delete support to network themes. Props PeteMall. fixes #15707
git-svn-id: http://svn.automattic.com/wordpress/trunk@17101 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-21 16:50:16 +00:00 |
|
ryan
|
b7838c5f34
|
Retrieve only IDs and then do a user fetch loop so that all required user data is present. Props scribu. fixes #15888
git-svn-id: http://svn.automattic.com/wordpress/trunk@17100 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-21 16:27:34 +00:00 |
|
nacin
|
9fdf778067
|
New help strings in internal linking. props jane, see #15739.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17099 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-21 15:04:59 +00:00 |
|
nacin
|
e5b099a459
|
Add missing translation for 'Page Template' in the theme editor. props SergeyBiryukov, fixes #15933.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17098 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-21 14:58:54 +00:00 |
|
nacin
|
53895d9778
|
Don't include trash posts in the sticky posts count. props garyc40, fixes #15934.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17097 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-21 14:58:17 +00:00 |
|
nacin
|
a8b6d2f512
|
Switch to Akismet 2.5.1.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17096 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-21 14:55:05 +00:00 |
|
nacin
|
a50012abc7
|
Final string tweaks to admin bar preferences. props jane, fixes #15829.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17095 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-21 14:45:55 +00:00 |
|
potbot
|
5f4e34a4a9
|
POT, generated from r17092
git-svn-id: http://svn.automattic.com/wordpress/trunk@17093 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 22:21:43 +00:00 |
|
markjaquith
|
5053c62d64
|
Translate post format term names on the fly. props mfields. fixes #15899
git-svn-id: http://svn.automattic.com/wordpress/trunk@17092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 21:59:16 +00:00 |
|
ryan
|
37f32f0431
|
Add default for who arg. see #15871
git-svn-id: http://svn.automattic.com/wordpress/trunk@17091 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 19:02:44 +00:00 |
|
ryan
|
3bce6d9be9
|
List table spinner. Props scribu. see #15580
git-svn-id: http://svn.automattic.com/wordpress/trunk@17090 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 18:45:05 +00:00 |
|
ryan
|
8a8785c98b
|
Comment reply and quick edit js fixes. Props garyc40. fixes #15908
git-svn-id: http://svn.automattic.com/wordpress/trunk@17089 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 17:53:50 +00:00 |
|
ryan
|
eb9fa27602
|
Add 'who' arg to wp_dropdown_users() and get_users(). Add' hide_if_only_one_author' argument to get_users(). Query only authors (user level greater than 0) when who => author is passed. Query only authors for author meta box and quick edit dropdowns. Props scribu. fixes #15871
git-svn-id: http://svn.automattic.com/wordpress/trunk@17088 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 17:25:39 +00:00 |
|
nacin
|
092e3350ec
|
Minify plugin-install.js. see #15842.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17087 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 16:48:19 +00:00 |
|
nacin
|
d0cb592cd7
|
Enqueue plugin-install scripts and styles on import.php. props ocean90, fixes #15842.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17086 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 16:47:23 +00:00 |
|
nacin
|
e68063f9f3
|
Don't check the upload space site option if the option is disabled. props greuben, fixes #13601.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17085 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 16:44:33 +00:00 |
|
ryan
|
e8468d167a
|
Revert get_users_of_blog() to 3.0 behavior and deprecate. Use get_users() in core. Props scribu. fixes #15854
git-svn-id: http://svn.automattic.com/wordpress/trunk@17084 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 16:25:35 +00:00 |
|
nacin
|
1a5d8ccdd8
|
Clarify the _doing_it_wrong message for conditioanl tags. init prevents the fatal error, but the query still isn't run. Just drop the mention of a hook and we end up with better reasoning why this doesn't work to boot. see #14729.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17083 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 16:21:42 +00:00 |
|
ryan
|
edd8ffdb68
|
Consistently use edit_posts_per_page. Props sorich87. fixes #14135
git-svn-id: http://svn.automattic.com/wordpress/trunk@17082 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 16:18:13 +00:00 |
|
nacin
|
60a828c31f
|
Fix placeholder issues when removing comments. props garyc40, fixes #15879.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17081 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 15:26:44 +00:00 |
|
ryan
|
65f14e4fd3
|
Define net and user admin constants for fetch-list case. Props scribu. fixes #15903
git-svn-id: http://svn.automattic.com/wordpress/trunk@17080 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 13:30:39 +00:00 |
|
ryan
|
a96f9d899f
|
@since additions and updates. Props demetris. fixes #15867
git-svn-id: http://svn.automattic.com/wordpress/trunk@17079 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 12:49:18 +00:00 |
|
ryan
|
8d56bc7265
|
Restrict meta update/delete to the current post. Props kawauso. fixes #15276
git-svn-id: http://svn.automattic.com/wordpress/trunk@17078 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 12:38:21 +00:00 |
|
ryan
|
43a639929f
|
Check is_network in the screen object for AJAX requests. Props scribu. fixes #15903
git-svn-id: http://svn.automattic.com/wordpress/trunk@17077 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 11:57:25 +00:00 |
|
ryan
|
cb88352144
|
Relocate isset check. Props TobiasBg, SergeyBiryukov. fixes #15041
git-svn-id: http://svn.automattic.com/wordpress/trunk@17076 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 11:41:08 +00:00 |
|
nacin
|
708153f294
|
Don't let the screen options text escape the box. props ohanesian, fixes #15329.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17075 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 11:06:54 +00:00 |
|
nacin
|
881a4cc5e3
|
Call comment_type() without arguments that way 'Comment' is translated internally with context. fixes #15798.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17074 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 10:44:14 +00:00 |
|
nacin
|
0bc42a98cc
|
Docs for get_post_format_slugs(). props demetris, fixes #15867.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17073 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 10:22:06 +00:00 |
|
nacin
|
be21df74ee
|
Handle 'This gallery contains X photos' properly in Twenty Ten. fixes #15858.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17072 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 09:34:58 +00:00 |
|
nacin
|
e1eec3925a
|
More @since. props SergeyBiryukov, fixes #15445.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17071 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 09:25:21 +00:00 |
|
nacin
|
041c9a445e
|
Don't double-slash list table include. props wpmuguru, fixes #15904.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17070 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-20 09:14:15 +00:00 |
|
westi
|
ae4c6c70c0
|
Improve the button and header test to give a clearer picture between Adding New Users and Adding Exiting Users to a site. Fixes #14756
git-svn-id: http://svn.automattic.com/wordpress/trunk@17069 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-19 22:27:30 +00:00 |
|
nacin
|
d6c6444ae8
|
Don't fatal error when conditional tags are called before init. fixes #14729.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17068 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-19 21:17:52 +00:00 |
|
nacin
|
92da77f127
|
Have 'My Sites' in admin bar actually link to my-sites.php. props ocean90, fixes #15900.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17067 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-19 21:14:52 +00:00 |
|
nacin
|
dfe2759a06
|
Don't refill the comment list when undoing a spam action on a comment. props greuben, fixes #15884.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17066 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-19 21:14:09 +00:00 |
|
nacin
|
b43210d793
|
Support post formats in Press This. fixes #15795, props greuben for initial patch.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17065 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-19 21:12:13 +00:00 |
|
nacin
|
556cc65745
|
Thorough CSS reset of the admin bar to avoid theme conflicts. props ocean90, JohnONolan, filosofo, duck_. fixes #15851.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17064 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-19 21:11:24 +00:00 |
|
nacin
|
e4f7310d27
|
Fix name attribute in export. props ocean90, see [16975], fixes #15901.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17063 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-19 20:56:38 +00:00 |
|
markjaquith
|
3469500927
|
Only set default post format on new posts – not old ones. props nacin. fixes #15882
git-svn-id: http://svn.automattic.com/wordpress/trunk@17062 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-19 19:22:31 +00:00 |
|
ryan
|
93607280e6
|
Fix guid generation for page auto drafts. Props shawnparker. fixes #15041
git-svn-id: http://svn.automattic.com/wordpress/trunk@17061 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-19 14:42:17 +00:00 |
|
westi
|
f2440caf0a
|
Set correct mime-type
git-svn-id: http://svn.automattic.com/wordpress/trunk@17060 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-19 10:17:18 +00:00 |
|
westi
|
6c0e2ac0a4
|
Commit the image not the trac download page. See #15207.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17059 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-19 10:12:35 +00:00 |
|
westi
|
c528c1f404
|
Add missing file from Blue Theme refresh. See #15207.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17058 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-19 10:05:25 +00:00 |
|
westi
|
c360b4dd5f
|
Less ugly show_admin_bar() enforcement. Fixes #15869 props filosofo.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17057 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-19 09:54:13 +00:00 |
|
nacin
|
ade50f7e35
|
Allow dfault post format selections. fixes #15882.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17056 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-19 05:36:11 +00:00 |
|
nacin
|
d2b0ef40c8
|
String changes to admin bar preferences. props jane, see #15829.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17055 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-19 05:23:25 +00:00 |
|
nacin
|
30957ebb1f
|
Simplify this string. props jane, see #15346, see #15829.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17054 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-19 05:19:41 +00:00 |
|
dd32
|
3d87397272
|
Revert debug cruft from r17052. See #15885
git-svn-id: http://svn.automattic.com/wordpress/trunk@17053 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-19 04:58:09 +00:00 |
|