Ticket #36641: 36641.patch
File 36641.patch, 579 bytes (added by , 8 years ago) |
---|
-
wp-includes/class-wp-term.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
253 253 break; 254 254 } 255 255 } 256 257 /** 258 * Return string value. 259 * 260 * @since 4.6.0 261 * @access public 262 * 263 * @return mixed The term's name. 264 */ 265 public function __toString() { 266 return $this->name; 267 } 256 268 }