Changeset 37985 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 07/06/2016 12:39:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r37774 r37985 374 374 function get_the_excerpt( $post = null ) { 375 375 if ( is_bool( $post ) ) { 376 _deprecated_argument( __FUNCTION__, '2.3 ' );376 _deprecated_argument( __FUNCTION__, '2.3.0' ); 377 377 } 378 378 … … 1418 1418 function the_attachment_link( $id = 0, $fullsize = false, $deprecated = false, $permalink = false ) { 1419 1419 if ( !empty( $deprecated ) ) 1420 _deprecated_argument( __FUNCTION__, '2.5 ' );1420 _deprecated_argument( __FUNCTION__, '2.5.0' ); 1421 1421 1422 1422 if ( $fullsize ) … … 1725 1725 if ( is_array( $type ) ) { 1726 1726 $type = ! empty( $type['type'] ) ? $type['type'] : $type; 1727 _deprecated_argument( __FUNCTION__, '3.6 ' );1727 _deprecated_argument( __FUNCTION__, '3.6.0' ); 1728 1728 } 1729 1729
Note: See TracChangeset
for help on using the changeset viewer.