Changeset 1001 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/header.php
- Timestamp:
- 11/21/2014 10:04:40 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/header.php
r887 r1001 22 22 <link href="//s.w.org/wp-includes/css/dashicons.css?20140409" rel="stylesheet" type="text/css" /> 23 23 <link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic' rel='stylesheet' type='text/css'> 24 <link rel="stylesheet" href="//s.w.org/style/wp4.css?14" /> 24 25 25 <link media="only screen and (max-device-width: 480px)" href="//s.w.org/style/iphone.css?1" type="text/css" rel="stylesheet" /> 26 <link rel="stylesheet" href="http://localhost/repotest/wp-admin/css/themes.css" />27 26 28 27 <link rel="shortcut icon" href="//s.w.org/favicon.ico" type="image/x-icon" /> … … 260 259 <div id="wporg-header"> 261 260 <div class="wrapper"> 262 <a id="mobile-menu-button" class="" href="#" onclick="toggleMenu();"></a> 263 <h1><a href="//wordpress.org">WordPress.org</a></h1> <div id="head-search"> 264 <form action="//wordpress.org/search/do-search.php" method="get"> 265 <input class="text" name="search" type="text" value="" maxlength="150" placeholder="Search WordPress.org" /> <input type="submit" class="button" value="" /> 266 </form> 261 <a id="mobile-menu-button" class="" href="#" onclick="toggleMenu();"></a> 262 <h1><a href="//wordpress.org">WordPress.org</a></h1> 263 <div id="head-search"> 264 <form action="//wordpress.org/search/do-search.php" method="get"> 265 <input class="text" name="search" type="text" value="" maxlength="150" placeholder="Search WordPress.org" /> <input type="submit" class="button" value="" /> 266 </form> 267 267 </div> 268 269 268 <div style="clear:both"></div> 269 270 270 <ul id="wporg-header-menu"> 271 271 <li><a href='//wordpress.org/showcase/' title='See some of the sites built on WordPress.'>Showcase</a></li> … … 285 285 286 286 <div id="download-mobile"> 287 288 289 287 <div class="wrapper"> 288 <span class="download-ready">Ready to get started?</span><a class="button download-button" href="//wordpress.org/download/" title="Get it. Got it? Good.">Download WordPress</a> 289 </div> 290 290 </div> 291 291 292 292 <div id="headline"> 293 293 <div class="wrapper"> 294 < a href="/themes/"><h2>Themes Directory</h2></a>294 <h2 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h2> 295 295 296 296 <p class="login"> … … 299 299 </div> 300 300 </div> 301
Note: See TracChangeset
for help on using the changeset viewer.