Changeset 13089 for trunk/wp-includes/formatting.php
- Timestamp:
- 02/13/2010 06:08:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r13076 r13089 1375 1375 */ 1376 1376 function wp_rel_nofollow( $text ) { 1377 global $wpdb;1378 1377 // This is a pre save filter, so text is already escaped. 1379 1378 $text = stripslashes($text); … … 2471 2470 case 'thread_comments_depth': 2472 2471 case 'users_can_register': 2472 case 'start_of_week': 2473 2473 $value = absint( $value ); 2474 2474 break;
Note: See TracChangeset
for help on using the changeset viewer.