Changeset 28924
- Timestamp:
- 06/30/2014 01:51:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r28774 r28924 555 555 * @param string $deprecated Use the $plugin_rel_path parameter instead. 556 556 * @param string $plugin_rel_path Optional. Relative path to WP_PLUGIN_DIR where the .mo file resides. 557 * Default false. 558 * @return bool True when textdomain is successfully loaded, false otherwise. 557 559 */ 558 560 function load_plugin_textdomain( $domain, $deprecated = false, $plugin_rel_path = false ) { … … 663 665 * 664 666 * @param string $domain Text domain. Unique identifier for retrieving translated strings. 667 * @param string $path Optional. Path to the directory containing the .mo file. 668 * Default false. 665 669 * @return bool True when the theme textdomain is successfully loaded, false otherwise. 666 670 */
Note: See TracChangeset
for help on using the changeset viewer.