Make WordPress Core


Ignore:
Timestamp:
01/29/2004 06:49:19 AM (22 years ago)
Author:
saxmatt
Message:

Remove remnants of $c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/template-functions-post.php

    r801 r808  
    109109
    110110function get_the_content($more_link_text='(more...)', $stripteaser=0, $more_file='') {
    111     global $id, $post, $more, $c, $withcomments, $page, $pages, $multipage, $numpages;
     111    global $id, $post, $more, $single, $withcomments, $page, $pages, $multipage, $numpages;
    112112    global $HTTP_SERVER_VARS, $HTTP_COOKIE_VARS, $preview, $cookiehash;
    113113    global $querystring_start, $querystring_equal, $querystring_separator;
Note: See TracChangeset for help on using the changeset viewer.