WordPress/wp-includes
2009-03-18 01:50:20 +00:00
..
images More unused images cleanup 2008-11-30 10:25:26 +00:00
js TinyMCE 3.2.2 2009-03-15 16:55:49 +00:00
pomo Switch to pomo lib. Support gettext contexts. Deprecate long form functions. Props nbachiyski. fixes #9112 #9111 2009-02-17 05:03:29 +00:00
Text Fix Text/Diff includes. Props codestyling. fixes #7391 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 Add (get_)the_modified_author template tags. Fixes #9154 props tomontoast. 2009-02-27 17:54:47 +00:00
bookmark-template.php Links widget options. Props DD32. see #9196 2009-03-04 23:49:21 +00:00
bookmark.php Make sure get_bookmarks cache is an array 2008-12-19 07:05:51 +00:00
cache.php Use clone to break object refs when setting and getting cache. see #8146 #8191 2008-11-17 21:01:12 +00:00
canonical.php Strip /feed/ endings even if they are not at the very end, in canonical. props jhodgdon. fixes #8642 for trunk 2009-02-04 23:07:41 +00:00
capabilities.php Explicitly return ref for the sake of PHP4. Fixes user_level being empty when installing on PHP4. Props Mr Pete. fixes #8317 for trunk 2008-12-12 20:47:18 +00:00
category-template.php Deprecate get_category_children(). Props filosofo. fixes #9007 2009-03-04 19:53:17 +00:00
category.php Strip trailing whitespace 2008-12-09 18:03:31 +00:00
class-feed.php rename simplepie.inc to class-simplepie.php. fixes #9295 2009-03-09 00:25:48 +00:00
class-IXR.php Set the correct header for non POST request to xmlrpc service. Fixes #9093 props joesphscott. 2009-02-15 10:44:36 +00:00
class-phpass.php Trailing whitespace cleanup 2008-08-09 05:36:14 +00:00
class-phpmailer.php Add missing preg delimiters. Props ridgerunner. fixes #8986 for trunk 2009-01-29 17:46:31 +00:00
class-pop3.php Revert POP3 changes. Localization for wp-mail. Props filosofo. see #8051 2008-11-03 23:25:11 +00:00
class-simplepie.php rename simplepie.inc to class-simplepie.php. fixes #9295 2009-03-09 00:25:48 +00:00
class-smtp.php phpdoc fixes for the phpmailer classes. 2008-09-03 21:42:50 +00:00
class-snoopy.php Revert snoopy change that breaks with canonical feeds. 2008-10-23 22:41:51 +00:00
class.wp-dependencies.php Split the script queue in head and footer part, concatenate and compress the default js and css, first run, see #8628 2009-01-14 14:18:51 +00:00
class.wp-scripts.php Improvements to the script loader: allows plugins to queue scripts for the front end head and footer, adds hooks for server side caching of compressed scripts, adds support for ENFORCE_GZIP constant (deflate is used by default since it's faster), see #8628, fixes #8884 2009-01-26 12:59:10 +00:00
class.wp-styles.php Improvements to the script loader: allows plugins to queue scripts for the front end head and footer, adds hooks for server side caching of compressed scripts, adds support for ENFORCE_GZIP constant (deflate is used by default since it's faster), see #8628, fixes #8884 2009-01-26 12:59:10 +00:00
classes.php s/WP_Widgets/WP_Widget/ and move class to widgets.php 2009-03-13 23:18:57 +00:00
comment-template.php get_comment_link filter. Props Viper007Bond. fixes #9327 2009-03-13 21:58:18 +00:00
comment.php gettext contexts. Props nbachiyski. see #9112 2009-03-10 23:02:29 +00:00
compat.php Add compat for mb_substr rather than mb_strcut. fixes #9055 2009-03-04 22:05:49 +00:00
cron.php Add filter for local connection ssl verify to cron spawning, props sivel, see #8702 2009-02-08 15:26:16 +00:00
default-filters.php Timezone support. Props Otto42. see #3962 2009-03-10 00:50:00 +00:00
default-widgets.php Move categories widget to WP_Widget. see #8441 2009-03-18 01:50:20 +00:00
deprecated.php Deprecate get_category_children(). Props filosofo. fixes #9007 2009-03-04 19:53:17 +00:00
feed-atom-comments.php Use guid instead of link for atom comment IDs. fixes #8708 for trunk 2009-01-20 20:55:03 +00:00
feed-atom.php Add support for automatic feed links in themes, props Viper007Bond, see #8878 2009-01-19 05:04:58 +00:00
feed-rdf.php Add support for automatic feed links in themes, props Viper007Bond, see #8878 2009-01-19 05:04:58 +00:00
feed-rss.php Add support for automatic feed links in themes, props Viper007Bond, see #8878 2009-01-19 05:04:58 +00:00
feed-rss2-comments.php Add support for automatic feed links in themes, props Viper007Bond, see #8878 2009-01-19 05:04:58 +00:00
feed-rss2.php Add support for automatic feed links in themes, props Viper007Bond, see #8878 2009-01-19 05:04:58 +00:00
feed.php Remove leading newlines. Props filosofo. fixes #9096 2009-03-10 18:25:04 +00:00
formatting.php Pass the unprocessed title to the sanitize_title filter. Props chineseleper. fixes #8981 for trunk 2009-03-17 17:42:54 +00:00
functions.php Separate default widgets from widgets API. Always load API. fixes #9349 2009-03-16 22:02:40 +00:00
functions.wp-scripts.php Expose the ability to find out if styles, scripts have already been queued. Fixes #6197 props jacobsantos 2009-02-15 11:04:42 +00:00
functions.wp-styles.php Expose the ability to find out if styles, scripts have already been queued. Fixes #6197 props jacobsantos 2009-02-15 11:04:42 +00:00
general-template.php gettext comments. Props nbachiyski. see #9112 2009-03-13 03:53:39 +00:00
gettext.php Some file level phpdoc from darkdragon. fixes #5572 2008-01-04 20:05:07 +00:00
http.php First pass of HTTP Proxy support. See #4011 props jacobsantos. 2009-03-04 07:28:39 +00:00
kses.php Use preg_replace_callback instead of preg_replace with eval. Props beaulebens. see #8689 2009-01-09 19:29:35 +00:00
l10n.php gettext comments. Props nbachiyski. see #9112 2009-03-13 03:53:39 +00:00
link-template.php Extend plugins_url to allow you to specify the plugin file you want to be relative to so slugs don't need to be hardcoded. Fixes #6341. 2009-02-15 16:50:45 +00:00
locale.php gettext comments. Props nbachiyski. see #9112 2009-03-13 03:53:39 +00:00
media.php Add alt text and filter to wp_get_attachment_image(), props Sam_a, fixes #8732 2009-03-08 05:42:17 +00:00
pluggable.php Use wpdb::insert() and update(). Props DD32. see #6836 2009-03-06 04:27:51 +00:00
plugin.php Introducing plugin_dir_path(__FILE__) and plugin_dir_url(__FILE__) ... simple API functions for determining the directory path/url of the current plugin file 2009-03-10 19:50:55 +00:00
post-template.php gettext comments. Props nbachiyski. see #9112 2009-03-13 03:53:39 +00:00
post.php Use wpdb::insert() and update(). Props DD32. see #6836 2009-03-06 04:27:51 +00:00
query.php Remove category ordering. Props filosofo. fixes #9228 2009-03-13 22:01:33 +00:00
registration-functions.php Some file level phpdoc from darkdragon. fixes #5572 2008-01-04 20:05:07 +00:00
registration.php Notice fixes from DD32. see #7509 2008-11-14 23:01:16 +00:00
rewrite.php Cookie support for HTTP API. Props beaulebens. fixes #9049 #9037 #8727 2009-02-05 21:59:37 +00:00
rss-functions.php Some file level phpdoc from darkdragon. fixes #5572 2008-01-04 20:05:07 +00:00
rss.php Add expiration for transients 2009-02-20 02:23:11 +00:00
script-loader.php Add sort order for the gallery in the uploader 2009-03-16 13:05:09 +00:00
shortcodes.php Fix regression in shortcode behaviour. Fixes #9238 props tellyworth. 2009-02-27 17:01:59 +00:00
streams.php Work around fatal error caused by mbstring.func_overload = 2. Props codestyling . fixes #5599 for trunk 2008-07-23 18:56:17 +00:00
taxonomy.php Check if error. Props simonwheatley. fixes #9345 2009-03-17 16:42:21 +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 Escape hyphen in regex. Props chrisbliss18. fixes #8548 #9244 2009-03-01 19:57:37 +00:00
update.php Add core_version_check_locale filter. Props nbachiyski. see #8729 2009-03-11 23:37:33 +00:00
user.php Use wpdb::insert() and update(). Props DD32. see #6836 2009-03-06 04:27:51 +00:00
vars.php Simple iPhone detection, disable hiding of action links for iPhone 2008-12-02 12:32:54 +00:00
version.php Set autoload in populate options query 2009-03-11 01:07:12 +00:00
widgets.php Introduce singleton widget factory 2009-03-17 23:44:36 +00:00
wlwmanifest.xml Update wlw manifest for get tags support. Props josephscott. fixes #7744 2008-10-16 22:26:30 +00:00
wp-db.php Notice fix. Props ionfish. fixes #9292 2009-03-06 17:09:37 +00:00
wp-diff.php Inline docs for wp-diff.php. Props jacobsantos. fixes #7662 2008-09-11 17:46:42 +00:00