Changeset 25092
- Timestamp:
- 08/22/2013 08:54:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r25085 r25092 1908 1908 1909 1909 if ( empty( $space_allowed ) || ! is_numeric( $space_allowed ) ) 1910 $space_allowed = 50;1911 1912 return $space_allowed;1910 $space_allowed = 100; 1911 1912 return apply_filters( 'get_space_allowed', $space_allowed ); 1913 1913 } 1914 1914
Note: See TracChangeset
for help on using the changeset viewer.