Changeset 44607
- Timestamp:
- 01/15/2019 10:47:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-dependency.php
r44169 r44607 113 113 } 114 114 115 /** 116 * Sets the translation domain for this dependency. 117 * 118 * @since 5.0.0 119 * 120 * @param string $domain The translation textdomain. 121 * @param string $path Optional. The full file path to the directory containing translation files. 122 * 123 * @return bool False if $domain is not a string, true otherwise. 124 */ 115 125 public function set_translations( $domain, $path = null ) { 116 126 if ( ! is_string( $domain ) ) {
Note: See TracChangeset
for help on using the changeset viewer.