Changeset 35885 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 12/12/2015 03:36:36 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r35848 r35885 1196 1196 * 1197 1197 * @deprecated 2.5.0 1198 */1198 */ 1199 1199 function gzip_compression() { 1200 1200 _deprecated_function( __FUNCTION__, '2.5' ); … … 1614 1614 * @deprecated 2.8.0 Use the_author_meta() 1615 1615 * @see the_author_meta() 1616 */1616 */ 1617 1617 function the_author_ID() { 1618 1618 _deprecated_function( __FUNCTION__, '2.8', 'the_author_meta(\'ID\')' );
Note: See TracChangeset
for help on using the changeset viewer.