Changeset 16257 for trunk/wp-includes/post.php
- Timestamp:
- 11/09/2010 10:45:30 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r16255 r16257 2256 2256 2257 2257 if ( is_numeric( $args ) ) { 2258 _deprecated_argument( __FUNCTION__, '3.1', __('Passing an integer number of posts is deprecated pass an arrayinstead.' ) );2258 _deprecated_argument( __FUNCTION__, '3.1', __('Passing an integer number of posts is deprecated you should pass an array or arguments instead.' ) ); 2259 2259 $args = array( 'numberposts' => absint( $args ) ); 2260 2260 }
Note: See TracChangeset
for help on using the changeset viewer.