Changeset 18639 for trunk/wp-includes/l10n.php
- Timestamp:
- 09/05/2011 07:08:15 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/l10n.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/l10n.php
r17925 r18639 399 399 * @param string $abs_rel_path Optional. Relative path to ABSPATH of a folder, 400 400 * where the .mo file resides. Deprecated, but still functional until 2.7 401 * @param string $plugin_rel_path Optional. Relative path to WP_PLUGIN_DIR. This is the preferred argument to use. It takes prece ndence over $abs_rel_path401 * @param string $plugin_rel_path Optional. Relative path to WP_PLUGIN_DIR. This is the preferred argument to use. It takes precedence over $abs_rel_path 402 402 */ 403 403 function load_plugin_textdomain( $domain, $abs_rel_path = false, $plugin_rel_path = false ) {
Note: See TracChangeset
for help on using the changeset viewer.