Changeset 4726
- Timestamp:
- 01/13/2007 09:23:41 PM (19 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 added
- 1 edited
-
deprecated.php (modified) (1 diff)
-
registration-functions.php (added)
-
rss-functions.php (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/deprecated.php
r4713 r4726 1 1 <?php 2 3 /* 4 * Deprecated global variables. 5 */ 6 7 $tableposts = $wpdb->posts; 8 $tableusers = $wpdb->users; 9 $tablecategories = $wpdb->categories; 10 $tablepost2cat = $wpdb->post2cat; 11 $tablecomments = $wpdb->comments; 12 $tablelinks = $wpdb->links; 13 $tablelinkcategories = 'linkcategories_is_gone'; 14 $tableoptions = $wpdb->options; 15 $tablepostmeta = $wpdb->postmeta; 16 2 17 /* 3 18 * Deprecated functios come here to die.
Note: See TracChangeset
for help on using the changeset viewer.