Changeset 12535
- Timestamp:
- 12/24/2009 10:53:34 AM (15 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r12534 r12535 2994 2994 * 2995 2995 * @param string $file The file that was included 2996 * @param string $version The version of WordPress that deprecated the f unction2996 * @param string $version The version of WordPress that deprecated the file 2997 2997 * @param string $replacement Optional. The file that should have been included based on ABSPATH 2998 2998 */ -
trunk/wp-includes/registration-functions.php
r12534 r12535 5 5 * @package WordPress 6 6 */ 7 _deprecated_file( basename(__FILE__), ' 0.0', WPINC . '/registration.php' );7 _deprecated_file( basename(__FILE__), '2.1', WPINC . '/registration.php' ); 8 8 require_once(ABSPATH . WPINC . '/registration.php'); 9 9 ?> -
trunk/wp-includes/rss-functions.php
r12534 r12535 6 6 */ 7 7 8 _deprecated_file( basename(__FILE__), ' 0.0', WPINC . '/rss.php' );8 _deprecated_file( basename(__FILE__), '2.1', WPINC . '/rss.php' ); 9 9 require_once (ABSPATH . WPINC . '/rss.php'); 10 10 ?>
Note: See TracChangeset
for help on using the changeset viewer.