Peter Westwood
|
97d67b7f80
|
Minor phpdoc fixups.
git-svn-id: https://develop.svn.wordpress.org/trunk@8149 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-06-20 20:56:40 +00:00 |
Ryan Boren
|
be87986f7a
|
phpdoc updates from jacobsantos. see #7038
git-svn-id: https://develop.svn.wordpress.org/trunk@7990 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-25 15:45:05 +00:00 |
Ryan Boren
|
afc003cd20
|
Update deprecated attributes. Props hansengel. fixes #6037
git-svn-id: https://develop.svn.wordpress.org/trunk@7104 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-29 17:09:44 +00:00 |
Peter Westwood
|
38e2dc5791
|
Better documentation for the_author props darkdragon
git-svn-id: https://develop.svn.wordpress.org/trunk@6515 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-28 21:19:44 +00:00 |
Peter Westwood
|
86724e8e77
|
Update @since information. Fixes #4393 props darkdragon
git-svn-id: https://develop.svn.wordpress.org/trunk@6479 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-24 06:57:34 +00:00 |
Ryan Boren
|
cdda888c0c
|
author-template phpdoc from darkdragon. fixes #4393
git-svn-id: https://develop.svn.wordpress.org/trunk@6395 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-16 23:47:58 +00:00 |
Ryan Boren
|
fb05263f15
|
New feed_link functions. Deprecate rss_link functions. Make default feed pluggable. Props rubys. see #5328
git-svn-id: https://develop.svn.wordpress.org/trunk@6365 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-06 19:58:15 +00:00 |
Ryan Boren
|
3a8b2fcca3
|
Remove unused vars. Props DD32. see #5418
git-svn-id: https://develop.svn.wordpress.org/trunk@6364 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-06 19:49:33 +00:00 |
Ryan Boren
|
7a43c01e08
|
Remove trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@6026 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-03 23:32:58 +00:00 |
Mark Jaquith
|
bf00906f7a
|
Fix typo in get_the_author_url(). props pgdx. fixes #4542
git-svn-id: https://develop.svn.wordpress.org/trunk@5767 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-27 00:51:04 +00:00 |
rob1n
|
a1f451b72a
|
Fix up wp_list_authors() SQL. fixes #4485
git-svn-id: https://develop.svn.wordpress.org/trunk@5727 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-19 17:57:53 +00:00 |
Ryan Boren
|
09da00f7fe
|
Use EXTR_SKIP when extracting. see #4468
git-svn-id: https://develop.svn.wordpress.org/trunk@5708 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-14 22:45:40 +00:00 |
rob1n
|
eb1518f95e
|
Use display_name instead. Props Pal Gronas Drange. fixes #4459
git-svn-id: https://develop.svn.wordpress.org/trunk@5701 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-14 02:30:26 +00:00 |
Ryan Boren
|
b046d67f41
|
Trim empty lines. Nothing but newline.
git-svn-id: https://develop.svn.wordpress.org/trunk@5700 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-14 02:25:30 +00:00 |
Ryan Boren
|
0f4225621d
|
Don't output author uri tag if uri is empty.
git-svn-id: https://develop.svn.wordpress.org/trunk@5699 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-13 18:03:17 +00:00 |
rob1n
|
8dc0ba5036
|
phpDoc effort for wp-includes/author-template.php. fixes #4393
git-svn-id: https://develop.svn.wordpress.org/trunk@5638 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-02 03:04:01 +00:00 |
Mark Jaquith
|
9a4c736b19
|
Allow wp_list_authors() to optionally return. fixes #4323. see #3567.
git-svn-id: https://develop.svn.wordpress.org/trunk@5624 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-01 05:43:24 +00:00 |
rob1n
|
c213997f48
|
Use wp_parse_args(). fixes #4237
git-svn-id: https://develop.svn.wordpress.org/trunk@5444 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-11 03:10:05 +00:00 |
rob1n
|
9f0ebcd37e
|
Speed (wp_)list_authors by consolidating some queries. Props graeme. fixes #1659
git-svn-id: https://develop.svn.wordpress.org/trunk@5135 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-29 01:39:05 +00:00 |
Matt Mullenweg
|
b1f6f9a6a8
|
(int)er the dragon.
git-svn-id: https://develop.svn.wordpress.org/trunk@5087 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-23 00:59:21 +00:00 |
Mark Jaquith
|
31c39f948d
|
new function for escaping within attributes: attribute_escape()
git-svn-id: https://develop.svn.wordpress.org/trunk@4656 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-12-21 10:10:04 +00:00 |
Ryan Boren
|
cb11b2ef85
|
Handle empty authors list. Props MichaelH. fixes #2384
git-svn-id: https://develop.svn.wordpress.org/trunk@4497 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-11-19 08:06:03 +00:00 |
Ryan Boren
|
4a2c36a88e
|
Deprecate idmode. fixes #2386
git-svn-id: https://develop.svn.wordpress.org/trunk@4146 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-08-31 05:07:12 +00:00 |
Ryan Boren
|
7e82eef627
|
Use get_option instead of get_settings. Just 'cause.
git-svn-id: https://develop.svn.wordpress.org/trunk@4144 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-08-30 21:46:31 +00:00 |
Ryan Boren
|
9abefc0104
|
Resurrect idmode. Props MichaelH and westi. fixes #2386
git-svn-id: https://develop.svn.wordpress.org/trunk@4140 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-08-30 18:09:12 +00:00 |
Ryan Boren
|
7664b616fd
|
Deprecate get_author_link(). Add get_author_posts_url() and the_author_link(). Props Viper007Bond and westi. fixes #2423
git-svn-id: https://develop.svn.wordpress.org/trunk@4139 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-08-30 18:07:49 +00:00 |
Ryan Boren
|
85c2f38d41
|
Make nicename optional.
git-svn-id: https://develop.svn.wordpress.org/trunk@4057 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-07-28 10:50:35 +00:00 |
Ryan Boren
|
ae80425b1e
|
Use get_userdata(). fixes #2976
git-svn-id: https://develop.svn.wordpress.org/trunk@4055 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-07-27 23:27:27 +00:00 |
Ryan Boren
|
1041498585
|
Move user functions to user.php. Relocate more post functions to post.php. #2525
git-svn-id: https://develop.svn.wordpress.org/trunk@3854 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-06-08 02:22:16 +00:00 |