Making WordPress.org


Ignore:
Timestamp:
03/01/2024 12:08:57 AM (9 months ago)
Author:
coffee2code
Message:

Photo Directory: Add 'Random' link to the menubar.

See #7500.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/header.php

    r12383 r13258  
    1919    '/faq/'    => __( 'FAQ', 'wporg-photos' ),
    2020    '/license/'    => __( 'License', 'wporg-photos' ),
     21    '/random/'     => __( 'Random', 'wporg-photos' ),
    2122);
    2223
     
    3536            <div class="site-branding">
    3637                <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php echo esc_html_x( 'Photos', 'Site title', 'wporg-photos' ); ?></a></h1>
     38
    3739                <?php if ( $show_full_header ) : ?>
    3840                    <p class="site-description">
Note: See TracChangeset for help on using the changeset viewer.