Make WordPress Core

Ticket #60224: 60224.2.patch

File 60224.2.patch, 958 bytes (added by upadalavipul, 12 months ago)
  • themes/twentytwelve/functions.php

     
    293293 * for output in head of document, based on current view.
    294294 *
    295295 * @since Twenty Twelve 1.0
     296 *
     297 * @global int $paged WordPress archive pagination page count.
     298 * @global int $page  WordPress paginated post page count.
    296299 *
    297300 * @param string $title Default title text for current view.
    298301 * @param string $sep Optional separator.
  • themes/twentytwentyone/functions.php

     
    2323         * as indicating support for post thumbnails.
    2424         *
    2525         * @since Twenty Twenty-One 1.0
     26         *
     27         * @global bool $is_IE
    2628         *
    2729         * @return void
    2830         */