Wordpress/wp-includes
Ryan Boren 119280586f Hide reply link by default. Enable with JS. Props Viper007Bond. see #7635
git-svn-id: https://develop.svn.wordpress.org/trunk@9037 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-30 17:27:15 +00:00
..
Text
images
js Hide reply link by default. Enable with JS. Props Viper007Bond. see #7635 2008-09-30 17:27:15 +00:00
atomlib.php
author-template.php phpDoc corrections for wp-includes. See #7550 props santosj. 2008-08-27 06:45:13 +00:00
bookmark-template.php phpDoc corrections for wp-includes. See #7550 props santosj. 2008-08-27 06:45:13 +00:00
bookmark.php Add edit and delete links to the Content->Links rows. Add get_edit_bookmark_link(). Add caching for individual bookmarks. see #7552 2008-08-27 22:04:12 +00:00
cache.php phpDoc corrections for wp-includes. See #7550 props santosj. 2008-08-27 06:45:13 +00:00
canonical.php Redirect to the correct URL on error, fixes #7706 2008-09-08 01:50:08 +00:00
capabilities.php phpdoc for capabilities.php. Props jacobsantos. fixes #5632 2008-09-16 21:51:36 +00:00
category-template.php Complete inline documentation for category-template.php, props jacobsantos, fixes #5634 2008-09-25 14:16:27 +00:00
category.php phpDoc corrections for wp-includes. See #7550 props santosj. 2008-08-27 06:45:13 +00:00
class-IXR.php
class-phpass.php
class-phpmailer.php phpdoc fixes for the phpmailer classes. 2008-09-03 21:42:50 +00:00
class-pop3.php phpdoc updates for wp-includes See #7550 props jacobsantos. 2008-09-27 10:06:18 +00:00
class-smtp.php phpdoc fixes for the phpmailer classes. 2008-09-03 21:42:50 +00:00
class-snoopy.php
class.wp-dependencies.php phpdoc updates for wp-includes See #7550 props jacobsantos. 2008-09-27 10:06:18 +00:00
class.wp-scripts.php phpdoc updates for wp-includes See #7550 props jacobsantos. 2008-09-27 10:06:18 +00:00
class.wp-styles.php phpdoc updates for wp-includes See #7550 props jacobsantos. 2008-09-27 10:06:18 +00:00
classes.php Fix comment display when paging is off. see #7769 2008-09-24 05:20:17 +00:00
comment-template.php Hide reply link by default. Enable with JS. Props Viper007Bond. see #7635 2008-09-30 17:27:15 +00:00
comment.php Make pings_open() and comments_open() aware of old post settings. see #7741 2008-09-28 03:31:26 +00:00
compat.php
cron.php Cron improvement, props hailin, fixes #7068 2008-09-18 07:09:38 +00:00
default-filters.php Make pings_open() and comments_open() aware of old post settings. see #7741 2008-09-28 03:31:26 +00:00
deprecated.php phpDoc corrections for wp-includes. See #7550 props santosj. 2008-08-27 06:45:13 +00:00
feed-atom-comments.php
feed-atom.php
feed-rdf.php
feed-rss.php
feed-rss2-comments.php
feed-rss2.php
feed.php Notice fixes see #7509 props DD32 and jacobsantos. 2008-09-21 20:41:25 +00:00
formatting.php First cut of comment paging. Add paging and threading settings. see #7769 #7635 2008-09-23 21:11:27 +00:00
functions.php Protect log out actions against CSRF. Props markjaquith and ionfish. Fixes #7790. 2008-09-28 21:05:37 +00:00
functions.wp-scripts.php phpdoc updates for wp-includes See #7550 props jacobsantos. 2008-09-27 10:06:18 +00:00
functions.wp-styles.php phpdoc updates for wp-includes See #7550 props jacobsantos. 2008-09-27 10:06:18 +00:00
general-template.php Protect log out actions against CSRF. Props markjaquith and ionfish. Fixes #7790. 2008-09-28 21:05:37 +00:00
gettext.php
http.php phpDoc corrections for http.php, props jacobsantos fixes #7550 2008-09-08 01:23:43 +00:00
kses.php phpDoc corrections for KSES. Fixes #7550 props jacobsantos. 2008-09-06 06:53:45 +00:00
l10n.php phpDoc corrections for wp-includes. See #7550 props jacobsantos. 2008-08-30 21:23:43 +00:00
link-template.php First cut of comment paging. Add paging and threading settings. see #7769 #7635 2008-09-23 21:11:27 +00:00
locale.php phpDoc corrections for wp-includes. See #7550 props jacobsantos. 2008-08-30 21:23:43 +00:00
media.php phpdoc for media.php. Props jacobsantos. fixes #7658 2008-09-18 06:14:46 +00:00
pluggable.php Fix notice in check_admin_referrer. 2008-09-28 21:08:25 +00:00
plugin.php Fix Notice. When nothing exists for an action or filter. 2008-09-27 09:53:43 +00:00
post-template.php the_password_form filter from dancoulter. fixes #7758 2008-09-18 06:24:45 +00:00
post.php Don't try to assign non-ref return value by ref. Props Sam_a. fixes #7783 2008-09-24 05:28:05 +00:00
query.php tag__not_in and category__not_in query fixes. see #7599 2008-09-29 21:24:24 +00:00
registration-functions.php
registration.php Pass old user data to profile_update action. Props AaronCampbell. fixes #7784 2008-09-24 16:05:21 +00:00
rewrite.php phpdoc for rewrite.php. Props jacobsantos. fixes #7660 2008-09-18 06:14:01 +00:00
rss-functions.php
rss.php phpDoc corrections for wp-includes. See #7550 props jacobsantos. 2008-08-30 21:23:43 +00:00
script-loader.php Hide reply link by default. Enable with JS. Props Viper007Bond. see #7635 2008-09-30 17:27:15 +00:00
shortcodes.php
streams.php
taxonomy.php Notice fixes see #7509 props DD32 and jacobsantos. 2008-09-21 20:41:25 +00:00
template-loader.php
theme.php Complete inline documentation for theme.php, props jacobsantos, fixes #7657 2008-09-25 14:12:58 +00:00
update.php phpDoc fixes for general-template.php and update.php, props jacobsantos, see #7550 2008-09-18 17:32:18 +00:00
user.php Batch edit: allow removal of selected posts, prevent page parent lock. 2008-09-30 10:30:56 +00:00
vars.php Ensure $is_chrome is always defined. 2008-09-05 22:39:49 +00:00
version.php Theme update UI first pass. See #7519 props DD32. 2008-09-26 06:43:53 +00:00
widgets.php phpdoc for widgets.php. Props jacobsantos. fixes #7661 2008-09-23 04:03:28 +00:00
wlwmanifest.xml
wp-db.php
wp-diff.php Inline docs for wp-diff.php. Props jacobsantos. fixes #7662 2008-09-11 17:46:42 +00:00