Changeset 31679 for trunk/src/wp-admin/includes/deprecated.php
- Timestamp:
- 03/08/2015 11:08:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/deprecated.php
r30695 r31679 34 34 function documentation_link() { 35 35 _deprecated_function( __FUNCTION__, '2.5' ); 36 return;37 36 } 38 37 … … 205 204 function codepress_get_lang( $filename ) { 206 205 _deprecated_function( __FUNCTION__, '3.0' ); 207 return;208 206 } 209 207 … … 216 214 function codepress_footer_js() { 217 215 _deprecated_function( __FUNCTION__, '3.0' ); 218 return;219 216 } 220 217 … … 227 224 function use_codepress() { 228 225 _deprecated_function( __FUNCTION__, '3.0' ); 229 return;230 226 } 231 227
Note: See TracChangeset
for help on using the changeset viewer.