Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #16305, comment 4


Ignore:
Timestamp:
01/21/2011 08:08:39 PM (14 years ago)
Author:
ocean90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16305, comment 4

    initial v1  
    33--------------Here is the code for line 96-------------
    44
     5
     6{{{
    57echo "<link rel=\"image_src\" href=\"".$image[0]."\" / >";
     8}}}
     9
    610
    711
    812------------- header.php file ------------------------
    913
     14
     15{{{
    1016<?php global $default_colorscheme, $shortname, $category_menu, $exclude_pages, $exclude_cats, $hide, $strdepth, $strdepth2, $page_menu; ?>
    1117<?php $colorSchemePath = '';
     
    217223                <?php }; ?>
    218224                <div class="container">
     225}}}
     226
     227''Edited by ocean90:'' Please use the code tags.