WordPress/wp-includes
rob1n b5eab92808 Add AND. fixes #4101
git-svn-id: http://svn.automattic.com/wordpress/trunk@5194 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-04-06 14:53:46 +00:00
..
images/smilies Not used any more. 2005-11-17 00:34:24 +00:00
js i18n for quicktags.js. Props Nazgul. fixes #3958 2007-04-01 16:06:19 +00:00
author-template.php Speed (wp_)list_authors by consolidating some queries. Props graeme. fixes #1659 2007-03-29 01:39:05 +00:00
bookmark-template.php Add link rating to wp_list_bookmarks(). fixes #3916 2007-03-31 19:43:49 +00:00
bookmark.php More clean_url and int casts for trunk. 2007-03-27 23:45:41 +00:00
cache.php trailing tabs and whitespace cleanup. 2007-02-27 15:24:54 +00:00
capabilities.php Fix typo in read_pages conditional. Props McShelby. fixes #3705 2007-01-28 21:58:01 +00:00
category-template.php Now tag pretty permalinks should work, and support custom tag bases. 2007-03-31 09:19:32 +00:00
category.php Bit twiddling. Add type bitfield to categories table. see #3723 2007-04-05 21:16:02 +00:00
class-IXR.php Add timezone to iso8601 timestamp. Props devlogic. fixes #2036 2005-12-08 00:08:12 +00:00
class-phpmailer.php Trying out phpmailer for wp_mail(). fixes #3862 2007-02-25 20:23:25 +00:00
class-pop3.php Upgrade class-pop3. Props Nazgul. fixes #3864 2007-02-25 18:19:21 +00:00
class-smtp.php Trying out phpmailer for wp_mail(). fixes #3862 2007-02-25 20:23:25 +00:00
class-snoopy.php Don't forget to concat. Props cschneid. fixes #2988 2006-08-05 04:18:09 +00:00
classes.php Run the post titles through the the_title filter. fixes #3366 2007-04-01 15:40:50 +00:00
comment-template.php Add CSS class in if it's not empty when there's no comments. fixes #2180 2007-04-01 15:57:13 +00:00
comment.php More clean_url and int casts for trunk. 2007-03-27 23:45:41 +00:00
compat.php Add stripos() for compatibility for PHP < 5. This will be needed for a patch later, I think. 2007-04-06 02:54:12 +00:00
cron.php Make sure openssl is available. Props Robert Deaton and rob1n. fixes #3765 2007-03-07 04:16:06 +00:00
default-filters.php Allow siteurl and home to be defined as constants in wp-config, bypassing the DB. Props filosofo and charleshooper. fixes #4003 2007-03-23 17:45:40 +00:00
deprecated.php Tending the graveyard. Memento mori. 2007-01-23 09:15:17 +00:00
feed-atom-comments.php trailing tabs and whitespace cleanup. 2007-02-27 15:24:54 +00:00
feed-atom.php Show more relevant titles (current category, date, etc.) in feed titles. fixes #1790 2007-03-29 01:29:09 +00:00
feed-rdf.php Show more relevant titles (current category, date, etc.) in feed titles. fixes #1790 2007-03-29 01:29:09 +00:00
feed-rss.php Fix typo. 2007-03-29 04:08:54 +00:00
feed-rss2-comments.php Comment feeds everywhere. Props mdawaffe and rob1n. fixes #2485 2007-02-24 07:33:29 +00:00
feed-rss2.php Show more relevant titles (current category, date, etc.) in feed titles. fixes #1790 2007-03-29 01:29:09 +00:00
feed.php Apply the bloginfo_rss filter and change bloginfo_rss filter to get_bloginfo. Props Kafkaesqui. fixes #2014 2007-03-29 01:35:50 +00:00
formatting.php Fix relative link mangling in clean_url. fixes #4017 for trunk 2007-03-23 23:31:44 +00:00
functions.php Re-encode query values after passed to add_query_arg(). Props mdawaffe. fixes #4084 2007-04-06 04:21:21 +00:00
general-template.php Add missing the_title filter call. Props jhodgdon. fixes #4050 2007-03-30 23:46:17 +00:00
gettext.php trailing tabs and whitespace cleanup. 2007-02-27 15:24:54 +00:00
kses.php Reverse backport (?) from 2.0.x of KSES filters 2006-12-21 04:44:34 +00:00
l10n.php Add _c() for disambiguatin translateable strings. Props nbachiyski. fixes #3687 2007-03-22 03:34:23 +00:00
link-template.php Now tag pretty permalinks should work, and support custom tag bases. 2007-03-31 09:19:32 +00:00
locale.php Add RTL support to kubrick. Props Sewar. fixes #3953 2007-03-19 19:08:15 +00:00
pluggable.php (int)er the dragon. 2007-03-23 00:59:21 +00:00
plugin.php Because of the next we should always do a reset. 2007-04-02 07:46:05 +00:00
post-template.php have wp_list_pages() default to menu_order sorting and only use post_title sorting as a secondary sort. props johnbillion. fixes #3924 for trunk. 2007-03-16 08:19:10 +00:00
post.php Add a function to unify private posts SQL based on capabilities -- get_private_posts_cap_sql(). 2007-04-06 03:25:41 +00:00
query.php Fix category_name=foo WP_Queries. fixes #4069 2007-04-02 19:40:15 +00:00
registration-functions.php Bad cut-and-paste. 2007-01-14 01:15:32 +00:00
registration.php (int)er the dragon. 2007-03-23 00:59:21 +00:00
rewrite.php Now tag pretty permalinks should work, and support custom tag bases. 2007-03-31 09:19:32 +00:00
rss-functions.php Bad cut-and-paste. 2007-01-14 01:15:32 +00:00
rss.php Fix parse_w3cdtf. Props mortenf. fixes #3896 2007-03-07 17:04:03 +00:00
script-loader.php Add DBX to link-add.php. Props Nazgul. fixes #3922 2007-04-06 00:56:28 +00:00
streams.php Update to php-gettext 1.0.7+. fixes #1727 2006-07-06 22:35:59 +00:00
template-loader.php All the query stuff we need for tag= URLs to work. 2007-03-31 06:16:12 +00:00
theme.php All the query stuff we need for tag= URLs to work. 2007-03-31 06:16:12 +00:00
user.php Add AND. fixes #4101 2007-04-06 14:53:46 +00:00
vars.php Fix typo. Props rob1n. fixes #4000 2007-03-20 03:18:44 +00:00
version.php Bit twiddling. Add type bitfield to categories table. see #3723 2007-04-05 21:16:02 +00:00
wp-db.php Use strpos instead of strstr where ever possible, for speed. Props rob1n. fixes #3920 2007-03-07 05:29:15 +00:00