Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #35644


Ignore:
Timestamp:
01/28/2016 01:09:55 PM (10 years ago)
Author:
ocean90
Comment:

Hello @rdubey,

this Trac is for reporting bugs in WordPress Core and not for support. Please start a new topic with as much information as possible in the support forums.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35644

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
    • Property Milestone changed from Awaiting Review to
  • Ticket #35644 – Description

    initial v2  
    1 1
     1{{{
    22/**
    33 * Display a noindex meta tag if required by the blog configuration.
     
    2828        echo "<meta name='robots' content='noindex,follow' />\n";
    2929}
     30}}}