Changeset 31108
- Timestamp:
- 01/09/2015 04:53:29 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r30681 r31108 1034 1034 * @access public 1035 1035 * 1036 * @return bool If the textdomain was successfully loaded or has already been loaded. False if1037 * no textdomain was specified in the file headers, or if the domain could not be loaded.1036 * @return bool True if the textdomain was successfully loaded or has already been loaded. 1037 * False if no textdomain was specified in the file headers, or if the domain could not be loaded. 1038 1038 */ 1039 1039 public function load_textdomain() {
Note: See TracChangeset
for help on using the changeset viewer.