.. |
Text
|
…
|
|
images
|
…
|
|
js
|
Fix Paste from Word button in TinyMCE
|
2009-04-27 23:19:23 +00:00 |
pomo
|
…
|
|
atomlib.php
|
…
|
|
author-template.php
|
s/attribute_escape/attr/. see #9650
|
2009-04-28 05:58:45 +00:00 |
bookmark-template.php
|
s/attribute_escape/attr/. see #9650
|
2009-04-28 05:58:45 +00:00 |
bookmark.php
|
s/attribute_escape/attr/. see #9650
|
2009-04-28 05:58:45 +00:00 |
cache.php
|
…
|
|
canonical.php
|
…
|
|
capabilities.php
|
Cast to array to fix warning. Props johnkolbert, Denis-de-Bernardy. fixes #9128
|
2009-04-20 20:03:20 +00:00 |
category-template.php
|
s/attribute_escape/attr/. see #9650
|
2009-04-28 05:58:45 +00:00 |
category.php
|
Fix typing in cat_is_ancestor_of(). Props filosofo. fixes #9614
|
2009-04-21 19:42:28 +00:00 |
class-IXR.php
|
…
|
|
class-feed.php
|
…
|
|
class-phpass.php
|
…
|
|
class-phpmailer.php
|
Eliminate preg_replace with /e. Props tbaboon. fixes #8689
|
2009-04-27 16:17:24 +00:00 |
class-pop3.php
|
…
|
|
class-simplepie.php
|
…
|
|
class-smtp.php
|
…
|
|
class-snoopy.php
|
…
|
|
class.wp-dependencies.php
|
Queue all default scripts for the head when a custom script lists them as dependencies, fixes #9620
|
2009-04-22 21:01:36 +00:00 |
class.wp-scripts.php
|
Queue all default scripts for the head when a custom script lists them as dependencies, fixes #9620
|
2009-04-22 21:01:36 +00:00 |
class.wp-styles.php
|
s/attribute_escape/attr/. see #9650
|
2009-04-28 05:58:45 +00:00 |
classes.php
|
s/attribute_escape/attr/. see #9650
|
2009-04-28 05:58:45 +00:00 |
comment-template.php
|
s/attribute_escape/attr/. see #9650
|
2009-04-28 05:58:45 +00:00 |
comment.php
|
s/attribute_escape/attr/. see #9650
|
2009-04-28 05:58:45 +00:00 |
compat.php
|
…
|
|
cron.php
|
…
|
|
default-filters.php
|
…
|
|
default-widgets.php
|
s/attribute_escape/attr/. see #9650
|
2009-04-28 05:58:45 +00:00 |
deprecated.php
|
s/attribute_escape/attr/. see #9650
|
2009-04-28 05:58:45 +00:00 |
feed-atom-comments.php
|
s/attribute_escape/attr/. see #9650
|
2009-04-28 05:58:45 +00:00 |
feed-atom.php
|
…
|
|
feed-rdf.php
|
…
|
|
feed-rss.php
|
…
|
|
feed-rss2-comments.php
|
s/attribute_escape/attr/. see #9650
|
2009-04-28 05:58:45 +00:00 |
feed-rss2.php
|
…
|
|
feed.php
|
s/attribute_escape/attr/. see #9650
|
2009-04-28 05:58:45 +00:00 |
formatting.php
|
s/attribute_escape/attr/. see #9650
|
2009-04-28 05:58:45 +00:00 |
functions.php
|
Load the menu folded (if set), load the editor earlier
|
2009-04-29 05:43:03 +00:00 |
functions.wp-scripts.php
|
…
|
|
functions.wp-styles.php
|
…
|
|
general-template.php
|
s/attribute_escape/attr/. see #9650
|
2009-04-28 05:58:45 +00:00 |
gettext.php
|
…
|
|
http.php
|
phpdoc udpates and error checks for http. Props DD32. fixes #8620
|
2009-04-26 23:54:59 +00:00 |
kses.php
|
…
|
|
l10n.php
|
attr(), _a(), _ea(), _xa() for shorthand attribute escaping. see #9650
|
2009-04-27 21:58:04 +00:00 |
link-template.php
|
s/attribute_escape/attr/. see #9650
|
2009-04-28 05:58:45 +00:00 |
locale.php
|
…
|
|
media.php
|
s/attribute_escape/attr/. see #9650
|
2009-04-28 05:58:45 +00:00 |
pluggable.php
|
s/attribute_escape/attr/. see #9650
|
2009-04-28 05:58:45 +00:00 |
plugin.php
|
Remove slash from plugin_basename(), props alexrabe, fixes #9561
|
2009-04-23 21:45:38 +00:00 |
post-template.php
|
Pass post ID to the_title filter. Props DD32. see #5746 #9666
|
2009-04-28 17:40:49 +00:00 |
post.php
|
s/attribute_escape/attr/. see #9650
|
2009-04-28 05:58:45 +00:00 |
query.php
|
Sanitize when querying against category name so that multiple-word subcategories match. props filosofo. fixes #8619
|
2009-04-29 16:25:33 +00:00 |
registration-functions.php
|
…
|
|
registration.php
|
Trailing whitespace cleanup
|
2009-04-20 18:18:39 +00:00 |
rewrite.php
|
Clarify add endpoint phpdoc. Props Denis-de-Bernardy. fixes #9476
|
2009-04-27 21:11:01 +00:00 |
rss-functions.php
|
…
|
|
rss.php
|
s/attribute_escape/attr/. see #9650
|
2009-04-28 05:58:45 +00:00 |
script-loader.php
|
Don't concatenate scripts when SCRIPT_DEBUG is set, fixes #9675
|
2009-04-29 06:25:49 +00:00 |
shortcodes.php
|
…
|
|
streams.php
|
…
|
|
taxonomy.php
|
get_term_children phpdoc and var naming improvements. Props simonwheatley. fixes #9667
|
2009-04-28 19:49:21 +00:00 |
template-loader.php
|
…
|
|
theme.php
|
s/attribute_escape/attr/. see #9650
|
2009-04-28 05:58:45 +00:00 |
update.php
|
s/attribute_escape/attr/. see #9650
|
2009-04-28 05:58:45 +00:00 |
user.php
|
Cache user lookups made by nicename. Add get_user_by(). fixes #4170
|
2009-04-17 21:25:11 +00:00 |
vars.php
|
…
|
|
version.php
|
…
|
|
widgets.php
|
Remove call-time pass-by-ref. Props jbsil. see #9651
|
2009-04-27 16:09:49 +00:00 |
wlwmanifest.xml
|
…
|
|
wp-db.php
|
Trailing whitespace cleanup
|
2009-04-20 18:18:39 +00:00 |
wp-diff.php
|
…
|
|