[wp-cvs] wordpress/wp-includes wp-l10n.php,1.8,1.9
Ryan Boren
rboren at users.sourceforge.net
Mon Dec 13 04:39:29 UTC 2004
- Previous message: [wp-cvs] wordpress/wp-includes classes.php, 1.29,
1.30 functions-formatting.php, 1.48, 1.49 functions-post.php,
1.18, 1.19 functions.php, 1.221, 1.222 links.php, 1.15,
1.16 template-functions-author.php, 1.12,
1.13 template-functions-category.php, 1.43,
1.44 template-functions-comment.php, 1.35,
1.36 template-functions-general.php, 1.56,
1.57 template-functions-post.php, 1.31, 1.32 vars.php, 1.34, 1.35
- Next message: [wp-cvs] wordpress xmlrpc.php,1.33,1.34
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8885/wp-includes
Modified Files:
wp-l10n.php
Log Message:
Add filter hook for locale string.
Index: wp-l10n.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/wp-l10n.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** wp-l10n.php 19 Oct 2004 00:18:11 -0000 1.8
--- wp-l10n.php 13 Dec 2004 04:39:26 -0000 1.9
***************
*** 15,18 ****
--- 15,20 ----
}
+ $locale = apply_filters('locale', $locale);
+
require_once(ABSPATH . 'wp-includes/streams.php');
require_once(ABSPATH . 'wp-includes/gettext.php');
- Previous message: [wp-cvs] wordpress/wp-includes classes.php, 1.29,
1.30 functions-formatting.php, 1.48, 1.49 functions-post.php,
1.18, 1.19 functions.php, 1.221, 1.222 links.php, 1.15,
1.16 template-functions-author.php, 1.12,
1.13 template-functions-category.php, 1.43,
1.44 template-functions-comment.php, 1.35,
1.36 template-functions-general.php, 1.56,
1.57 template-functions-post.php, 1.31, 1.32 vars.php, 1.34, 1.35
- Next message: [wp-cvs] wordpress xmlrpc.php,1.33,1.34
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list