.. |
Text
|
…
|
|
images
|
Add blank to default avatars. Rename default to Mystery Man. see #6802
|
2008-05-04 18:05:20 +00:00 |
js
|
Add macFFBgHack.png. fixes #6573 for trunk
|
2008-07-25 22:42:31 +00:00 |
atomlib.php
|
Minor phpdoc fixups.
|
2008-06-20 20:56:40 +00:00 |
author-template.php
|
Minor phpdoc fixups.
|
2008-06-20 20:56:40 +00:00 |
bookmark-template.php
|
Fix typo in bookmark template. Props brianwhite, fixes #7414 for 2.7
|
2008-07-26 19:56:08 +00:00 |
bookmark.php
|
phpdoc updates from jacobsantos. see #7038
|
2008-05-25 15:45:05 +00:00 |
cache.php
|
phpdoc updates from jacobsantos. see #7038
|
2008-05-25 15:45:05 +00:00 |
canonical.php
|
phpdoc updates from jacobsantos. see #7038
|
2008-05-25 15:45:05 +00:00 |
capabilities.php
|
…
|
|
category-template.php
|
Prevent category looping. Props tellyworth. fixes #7267
|
2008-07-09 04:57:18 +00:00 |
category.php
|
PHPDoc updates for category.php. Fixes #5633 props jacobsantos.
|
2008-06-15 09:32:19 +00:00 |
class-IXR.php
|
Add timezone var to IXR_date. Add timezone back to getIso(). Comment WP specific additions. see #7227
|
2008-07-22 19:53:03 +00:00 |
class-phpass.php
|
Updated phpdoc for external libs. See #7038 props jacobsantos.
|
2008-06-14 16:36:13 +00:00 |
class-phpmailer.php
|
Updated phpdoc for external libs. See #7038 props jacobsantos.
|
2008-06-14 16:36:13 +00:00 |
class-pop3.php
|
Updated phpdoc for external libs. See #7038 props jacobsantos.
|
2008-06-14 16:36:13 +00:00 |
class-smtp.php
|
Typo fixes from mark8barnes and AndrewFrazier. fixes #7174
|
2008-06-24 18:52:52 +00:00 |
class-snoopy.php
|
Updated phpdoc for external libs. See #7038 props jacobsantos.
|
2008-06-14 16:36:13 +00:00 |
class.wp-dependencies.php
|
Style loader from mdawaffe. see #7011
|
2008-05-21 05:56:04 +00:00 |
class.wp-scripts.php
|
Introduce content_url(). Don't prepend base url to content url in script loader. see #6938 #7001
|
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 #6938 #7001
|
2008-07-09 17:24:36 +00:00 |
classes.php
|
Don't try to match rewrite rules against AtomPub requests. Props josephscott. fixes #7249
|
2008-07-06 17:33:39 +00:00 |
comment-template.php
|
phpdoc updates from jacobsantos. see #7038
|
2008-06-22 20:23:23 +00:00 |
comment.php
|
PHPDoc updates for comment.php. See #5578 props jacobsantos.
|
2008-06-15 09:34:00 +00:00 |
compat.php
|
…
|
|
cron.php
|
…
|
|
default-filters.php
|
Silently add /index.php/ to category_base and tag_base for blogs using PATHINFO permalinks. fixes #4536
|
2008-06-29 08:20:25 +00:00 |
deprecated.php
|
Fix get_links_list deprecation doc. Props Otto42. fixes #6879
|
2008-07-08 17:38:12 +00:00 |
feed-atom-comments.php
|
…
|
|
feed-atom.php
|
Typo fix from peaceablewhale. fixes #6579 for trunk
|
2008-04-22 21:16:42 +00:00 |
feed-rdf.php
|
…
|
|
feed-rss.php
|
…
|
|
feed-rss2-comments.php
|
…
|
|
feed-rss2.php
|
…
|
|
feed.php
|
phpdoc for feed.php from jacobsantos. fixes #5636
|
2008-07-03 15:23:22 +00:00 |
formatting.php
|
Hands off pre tags. Props nbachiyski. fixes #7056
|
2008-07-09 04:52:27 +00:00 |
functions.php
|
Don't return if is_string(). Proceed to check if is_serialized(). fixes #7347 for trunk
|
2008-07-18 16:43:23 +00:00 |
functions.wp-scripts.php
|
Style loader from mdawaffe. see #7011
|
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
|
Pass to wp_title filter. Props Viper007Bond. fixes #7382
|
2008-07-23 16:44:06 +00:00 |
gettext.php
|
…
|
|
kses.php
|
Mark kses callbacks as private. Fixes #7363.
|
2008-07-23 08:36:15 +00:00 |
l10n.php
|
Use WP_LANG_DIR. fixes #7378 for trunk
|
2008-07-22 21:09:30 +00:00 |
link-template.php
|
Pass $leavename to filters in get_permalink. Fixes #7421.
|
2008-07-29 19:52:44 +00:00 |
locale.php
|
…
|
|
media.php
|
Removes the disabling of captions, but leaves couple of hooks so a plugin can do it easily. see #6812
|
2008-07-16 21:36:17 +00:00 |
pluggable.php
|
Workaround PHP parse_url() bug. Props azaozz. fixes #7288
|
2008-07-13 05:16:54 +00:00 |
plugin.php
|
Allow wp-content to exist outside of webroot. Props sambauers. see #6938
|
2008-05-27 17:55:24 +00:00 |
post-template.php
|
Validation fixes for post revisions. Props mdawaffe. see #6775
|
2008-05-29 23:16:11 +00:00 |
post.php
|
Store current user rather than original post author when saving revisions. Props mdawaffe. fixes #7317 for trunk
|
2008-07-28 23:58:24 +00:00 |
query.php
|
Don't call loop_end hook if we don't have any posts. props Denis-de-Bernardy and DD32. fixes #6769 for trunk
|
2008-06-24 19:58:54 +00:00 |
registration-functions.php
|
…
|
|
registration.php
|
…
|
|
rewrite.php
|
Better solution for #4536. Slashless normalization of tag/category bases. fixes #7306 for trunk. see #4536
|
2008-07-17 19:41:48 +00:00 |
rss-functions.php
|
…
|
|
rss.php
|
Allow wp-content to exist outside of webroot. Props sambauers. see #6938
|
2008-05-27 17:55:24 +00:00 |
script-loader.php
|
Gears integration update in anticipation of Safari support. Fixes #7371 for 2.6.1
|
2008-07-22 04:03:36 +00:00 |
shortcodes.php
|
phpdoc for shortcodes from jacobsantos. fixes #7184
|
2008-06-26 15:55:33 +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 both slug and name when determining if is_term(). fixes #6593 for trunk
|
2008-07-24 19:28:40 +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
|
Allow dots in theme dirs when previewing. fixes #7482 for trunk
|
2008-07-29 17:03:00 +00:00 |
update.php
|
Invalidate the plugin update cache if plugins are deleted. Fixes #7304 for trunk.
|
2008-07-16 21:53:32 +00:00 |
user.php
|
Introduce logged_in cookie. Deliver auth cookies only to wp-admin. see #7001
|
2008-06-11 17:25:55 +00:00 |
vars.php
|
Small update to Gears info messages and simple Safari detection. Fixes #7380 for 2.7
|
2008-07-23 05:12:57 +00:00 |
version.php
|
Check both slug and name when determining if is_term(). fixes #6593 for trunk
|
2008-07-24 19:28:40 +00:00 |
widgets.php
|
Typo fix from robertdimarco. fixes #7297 for trunk
|
2008-07-15 16:21:26 +00:00 |
wlwmanifest.xml
|
…
|
|
wp-db.php
|
Don't LIMIT updates to 1. Props hailin. fixes #7272
|
2008-07-11 01:49:06 +00:00 |
wp-diff.php
|
Don't split in the middle of a UTF-8 character. Props nbachiyski. fixes #7254
|
2008-07-06 21:14:47 +00:00 |