Ticket #17819: 17819.diff
File 17819.diff, 533 bytes (added by , 14 years ago) |
---|
-
wp-includes/functions.php
324 324 * the option value. 325 325 * 326 326 * @param string $option Name of option to retrieve. Expected to not be SQL-escaped. 327 * @param mixed $default Optional. Default value to return if the option does not exist in the database. 327 328 * @return mixed Value set for the option. 328 329 */ 329 330 function get_option( $option, $default = false ) {