Make WordPress Core

Changeset 4726


Ignore:
Timestamp:
01/13/2007 09:23:41 PM (19 years ago)
Author:
ryan
Message:

Add some back compat files and vars. Use is deprecated.

Location:
trunk/wp-includes
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/deprecated.php

    r4713 r4726  
    11<?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
    217/*
    318 * Deprecated functios come here to die.
Note: See TracChangeset for help on using the changeset viewer.