twentyGOLEM/wp-includes
azaozz 602194e49a Put back disabling of sortables for folded sidebars, see #9511
git-svn-id: http://svn.automattic.com/wordpress/trunk@11256 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-10 10:33:30 +00:00
..
Text
images
js esc_js(). Shorter, follows new escaping naming convention. 2009-05-09 07:27:22 +00:00
pomo
atomlib.php
author-template.php _a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650 2009-05-05 19:43:53 +00:00
bookmark-template.php _a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650 2009-05-05 19:43:53 +00:00
bookmark.php esc_js(). Shorter, follows new escaping naming convention. 2009-05-09 07:27:22 +00:00
cache.php
canonical.php
capabilities.php
category-template.php _a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650 2009-05-05 19:43:53 +00:00
category.php
class-IXR.php
class-feed.php
class-phpass.php
class-phpmailer.php
class-pop3.php
class-simplepie.php
class-smtp.php
class-snoopy.php
class.wp-dependencies.php
class.wp-scripts.php esc_js(). Shorter, follows new escaping naming convention. 2009-05-09 07:27:22 +00:00
class.wp-styles.php Fix RTL color stylesheet loading. Props hakre. fixes #9735 2009-05-06 17:47:58 +00:00
classes.php Strip tags from category description when used as title, props demetris, fixes #9753 2009-05-08 13:47:26 +00:00
comment-template.php Filter out blank urls for commentors. Fixes #5789. 2009-05-10 07:26:30 +00:00
comment.php _a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650 2009-05-05 19:43:53 +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
default-filters.php texturize widget titles. Props jtatum. fixes #7084 2009-05-05 21:38:08 +00:00
default-widgets.php Add filters for default widgets calling template functions, props Denis-de-Bernardy, fixes #9780 2009-05-10 09:14:37 +00:00
deprecated.php _a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650 2009-05-05 19:43:53 +00:00
feed-atom-comments.php _a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650 2009-05-05 19:43:53 +00:00
feed-atom.php Remove unneeded spaces. Props Denis-de-Bernardy. fixes #108 2009-04-16 18:47:41 +00:00
feed-rdf.php
feed-rss.php
feed-rss2-comments.php Proper lastBuildDate for rss2 comments feed. Props peaceablewhale. fixes #9567 2009-05-05 20:36:20 +00:00
feed-rss2.php Use lastBuildDate. Props peaceablewhale. fixes #9566 2009-05-05 20:38:47 +00:00
feed.php _a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650 2009-05-05 19:43:53 +00:00
formatting.php esc_js(). Shorter, follows new escaping naming convention. 2009-05-09 07:27:22 +00:00
functions.php Update phpDoc for update_option. See #8805 props rmccue. 2009-05-06 20:33:59 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php Escape title attributes in calendar links. fixes #8967 2009-05-06 04:56:32 +00:00
gettext.php
http.php Minor tidy up from merge of changes to BackPress. 2009-05-07 21:49:10 +00:00
kses.php Revert accidental fxn rename 2009-05-05 23:32:16 +00:00
l10n.php _a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650 2009-05-05 19:43:53 +00:00
link-template.php Cache empty results for adjacent post queries 2009-05-08 19:47:30 +00:00
locale.php
media.php _a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650 2009-05-05 19:43:53 +00:00
pluggable.php _a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650 2009-05-05 19:43:53 +00:00
plugin.php
post-template.php _a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650 2009-05-05 19:43:53 +00:00
post.php Update phpdoc for get_pages() and fix bugs in previous commit. 2009-05-10 09:00:18 +00:00
query.php Prevent notice check on invalid sticky settings. See #9393 props nbachiyski. 2009-05-07 07:05:35 +00:00
registration-functions.php
registration.php
rewrite.php
rss-functions.php
rss.php _a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650 2009-05-05 19:43:53 +00:00
script-loader.php Put back disabling of sortables for folded sidebars, see #9511 2009-05-10 10:33:30 +00:00
shortcodes.php
streams.php
taxonomy.php Fix typo in [11253] fixes #8704 props Denis-de-Bernardy. 2009-05-10 09:25:43 +00:00
template-loader.php
theme.php _a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650 2009-05-05 19:43:53 +00:00
update.php Don't do core version check from front page loads. Props Denis-de-Bernardy. fixes #8590 2009-05-05 21:51:48 +00:00
user.php
vars.php
version.php
widgets.php Fix notices when an in-use widget is deleted. See #9393 props nbachiyski 2009-05-07 06:59:06 +00:00
wlwmanifest.xml
wp-db.php
wp-diff.php