Make WordPress Core


Ignore:
Timestamp:
02/13/2010 06:08:15 AM (15 years ago)
Author:
dd32
Message:

Initialise Variables, Whitespace cleanup, Remove unused variables, Cast start_of_week option to int in sanitization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/formatting.php

    r13076 r13089  
    13751375 */
    13761376function wp_rel_nofollow( $text ) {
    1377     global $wpdb;
    13781377    // This is a pre save filter, so text is already escaped.
    13791378    $text = stripslashes($text);
     
    24712470        case 'thread_comments_depth':
    24722471        case 'users_can_register':
     2472        case 'start_of_week':
    24732473            $value = absint( $value );
    24742474            break;
Note: See TracChangeset for help on using the changeset viewer.