Ticket #31820: 31820.diff
File 31820.diff, 558 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/option.php
22 22 * 23 23 * @param string $option Name of option to retrieve. Expected to not be SQL-escaped. 24 24 * @param mixed $default Optional. Default value to return if the option does not exist. 25 * @return mixedValue set for the option.25 * @return string Value set for the option. 26 26 */ 27 27 function get_option( $option, $default = false ) { 28 28 global $wpdb;