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