Make WordPress Core

Ticket #17819: 17819.diff

File 17819.diff, 533 bytes (added by solarissmoke, 14 years ago)
  • wp-includes/functions.php

     
    324324 *      the option value.
    325325 *
    326326 * @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.
    327328 * @return mixed Value set for the option.
    328329 */
    329330function get_option( $option, $default = false ) {