1
0
mirror of https://github.com/WordPress/WordPress.git synced 2025-03-29 15:05:52 +01:00
WordPress/wp-includes
2008-08-27 06:49:21 +00:00
..
images Add blank to default avatars. Rename default to Mystery Man. see 2008-05-04 18:05:20 +00:00
js Reply to comments from admin, first run, see 2008-08-24 06:56:22 +00:00
Text Fix Text/Diff includes. Props codestyling. fixes for trunk 2008-08-07 21:02:07 +00:00
atomlib.php Minor phpdoc fixups. 2008-06-20 20:56:40 +00:00
author-template.php phpDoc corrections for wp-includes. See props santosj. 2008-08-27 06:45:13 +00:00
bookmark-template.php phpDoc corrections for wp-includes. See props santosj. 2008-08-27 06:45:13 +00:00
bookmark.php phpDoc corrections for wp-includes. See props santosj. 2008-08-27 06:45:13 +00:00
cache.php phpDoc corrections for wp-includes. See props santosj. 2008-08-27 06:45:13 +00:00
canonical.php phpDoc corrections for wp-includes. See props santosj. 2008-08-27 06:45:13 +00:00
capabilities.php Notice fixes. Props DD32. see 2008-08-14 17:00:37 +00:00
category-template.php Tag cloud fixes from DD32. Implements number arg. see 2008-08-19 16:36:18 +00:00
category.php phpDoc corrections for wp-includes. See props santosj. 2008-08-27 06:45:13 +00:00
class-IXR.php Add timezone var to IXR_date. Add timezone back to getIso(). Comment WP specific additions. see 2008-07-22 19:53:03 +00:00
class-phpass.php Trailing whitespace cleanup 2008-08-09 05:36:14 +00:00
class-phpmailer.php Updated phpdoc for external libs. See props jacobsantos. 2008-06-14 16:36:13 +00:00
class-pop3.php Updated phpdoc for external libs. See props jacobsantos. 2008-06-14 16:36:13 +00:00
class-smtp.php Typo fixes from mark8barnes and AndrewFrazier. fixes 2008-06-24 18:52:52 +00:00
class-snoopy.php Updated phpdoc for external libs. See props jacobsantos. 2008-06-14 16:36:13 +00:00
class.wp-dependencies.php Trailing whitespace cleanup 2008-08-09 05:36:14 +00:00
class.wp-scripts.php Introduce content_url(). Don't prepend base url to content url in script loader. see 2008-07-09 17:24:36 +00:00
class.wp-styles.php Introduce content_url(). Don't prepend base url to content url in script loader. see 2008-07-09 17:24:36 +00:00
classes.php Notice fixes. Props DD32. see 2008-08-14 17:00:37 +00:00
comment-template.php comment_class(). Props sandbox theme. see 2008-08-20 23:48:09 +00:00
comment.php Reply to comments from admin, first run, see 2008-08-24 06:56:22 +00:00
compat.php Multi-byte character safe excerpting from nbachiyski. fixes 2008-03-03 21:05:23 +00:00
cron.php Cast to array when using foreach(). Props santosj (and thanks for your perseverance!). fixes 2008-08-06 20:31:54 +00:00
default-filters.php Silently add /index.php/ to category_base and tag_base for blogs using PATHINFO permalinks. fixes 2008-06-29 08:20:25 +00:00
deprecated.php phpDoc corrections for wp-includes. See props santosj. 2008-08-27 06:45:13 +00:00
feed-atom-comments.php Improve metadata for atom comment search feeds. Props ionfish. fixes 2008-02-13 18:29:10 +00:00
feed-atom.php Typo fix from peaceablewhale. fixes for trunk 2008-04-22 21:16:42 +00:00
feed-rdf.php Some file level phpdoc from darkdragon. fixes 2007-12-25 20:48:01 +00:00
feed-rss2-comments.php Add syndication frequency recommendations to rss2 feeds. See props _ck_. 2008-08-11 20:50:41 +00:00
feed-rss2.php Add syndication frequency recommendations to rss2 feeds. See props _ck_. 2008-08-11 20:50:41 +00:00
feed-rss.php Some file level phpdoc from darkdragon. fixes 2007-12-25 20:48:01 +00:00
feed.php Trailing whitespace cleanup 2008-08-09 05:36:14 +00:00
formatting.php phpDoc updates for formatting functions. See props scohoust and santosj. 2008-08-27 06:49:21 +00:00
functions.php Final phpdoc for functions. Fixes props jacobsantos. 2008-08-10 20:31:49 +00:00
functions.wp-scripts.php Style loader from mdawaffe. see 2008-05-21 05:56:04 +00:00
functions.wp-styles.php Typo fix 2008-06-04 20:21:02 +00:00
general-template.php Remove extra filter, fixes 2008-08-24 14:19:05 +00:00
gettext.php Some file level phpdoc from darkdragon. fixes 2008-01-04 20:05:07 +00:00
http.php Disable fsockopen for 12 hours if it fails. Props jacobsantos, fixes 2008-08-16 05:38:57 +00:00
kses.php Apply kses bad-protocol checks only to URI typed attributes. Props takayukister. fixes 2008-08-19 18:43:21 +00:00
l10n.php Trailing whitespace cleanup 2008-08-09 05:36:14 +00:00
link-template.php Respect argument in get_author_feed_link(). Props Latz. fixes 2008-08-22 02:21:37 +00:00
locale.php Cast to array when using foreach(). Props santosj (and thanks for your perseverance!). fixes 2008-08-06 20:31:54 +00:00
media.php Separate Large and Full image sizes. Props tellyworth. fixes 2008-08-11 03:54:26 +00:00
pluggable.php Don't ignore scheme when cookie value is empty. Props bendalton. fixes 2008-08-25 21:09:26 +00:00
plugin.php remove_all_{actions|filters}. Fixes props filosofo and santosj. 2008-08-17 11:15:38 +00:00
post-template.php get_post_class() from mdawaffe. see 2008-08-13 23:26:14 +00:00
post.php Notice fixes. see 2008-08-25 21:50:11 +00:00
query.php wpdb::has_cap() from mdawaffe. fixes 2008-08-26 23:57:48 +00:00
registration-functions.php Some file level phpdoc from darkdragon. fixes 2008-01-04 20:05:07 +00:00
registration.php Option to force SSL. see 2008-08-21 17:40:38 +00:00
rewrite.php Do not prepend /archives/ et al to category/tag URLs unless category/tag slug is missing. fixes for trunk 2008-08-11 20:17:07 +00:00
rss-functions.php Some file level phpdoc from darkdragon. fixes 2008-01-04 20:05:07 +00:00
rss.php Cast to array when using foreach(). Props santosj (and thanks for your perseverance!). fixes 2008-08-06 20:31:54 +00:00
script-loader.php Few small improvements to the password strength meter. 2008-08-24 14:35:46 +00:00
shortcodes.php Pass tag name when using shortcodes. Props Viper007Bond. fixes 2008-08-11 04:00:33 +00:00
streams.php Work around fatal error caused by mbstring.func_overload = 2. Props codestyling . fixes for trunk 2008-07-23 18:56:17 +00:00
taxonomy.php Notice fixes. see 2008-08-25 21:50:11 +00:00
template-loader.php For some reason taxonomy pages also return is_home, so we need to put this check first. 2008-04-21 06:28:50 +00:00
theme.php Quote array indexes. Props wet. fixes 2008-08-12 21:13:25 +00:00
update.php phpDoc corrections for wp-includes. See props santosj. 2008-08-27 06:45:13 +00:00
user.php Trailing whitespace cleanup 2008-08-09 05:36:14 +00:00
vars.php Small update to Gears info messages and simple Safari detection. Fixes for 2.7 2008-07-23 05:12:57 +00:00
version.php Collapse crazyhorse to trunk. Incoming! see 2008-08-20 21:42:31 +00:00
widgets.php Trailing whitespace cleanup 2008-08-09 05:36:14 +00:00
wlwmanifest.xml Move the WLW manifest related files to have proper WordPress naming scheme. 2007-10-08 20:21:29 +00:00
wp-db.php wpdb::has_cap() from mdawaffe. fixes 2008-08-26 23:57:48 +00:00
wp-diff.php Fix Text/Diff includes. Props codestyling. fixes for trunk 2008-08-07 21:02:07 +00:00