Make WordPress Core

Changeset 39256


Ignore:
Timestamp:
11/15/2016 09:19:40 PM (8 years ago)
Author:
helen
Message:

Theme starter content: Add more social link items to select from.

New: Foursquare, GitHub, LinkedIn, Pinterest, and YouTube. They are also now all alphabetized.

see #38615.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme.php

    r39255 r39256  
    18661866            ),
    18671867
    1868             'link_yelp' => array(
    1869                 'title' => _x( 'Yelp', 'Theme starter content' ),
    1870                 'url' => 'https://www.yelp.com',
     1868            'link_email' => array(
     1869                'title' => _x( 'Email', 'Theme starter content' ),
     1870                'url' => 'mailto:wordpress@example.com',
    18711871            ),
    18721872            'link_facebook' => array(
     
    18741874                'url' => 'https://www.facebook.com/wordpress',
    18751875            ),
    1876             'link_twitter' => array(
    1877                 'title' => _x( 'Twitter', 'Theme starter content' ),
    1878                 'url' => 'https://twitter.com/wordpress',
     1876            'link_foursquare' => array(
     1877                'title' => _x( 'Foursquare', 'Theme starter content' ),
     1878                'url' => 'https://foursquare.com/',
     1879            ),
     1880            'link_github' => array(
     1881                'title' => _x( 'GitHub', 'Theme starter content' ),
     1882                'url' => 'https://github.com/wordpress/',
    18791883            ),
    18801884            'link_instagram' => array(
     
    18821886                'url' => 'https://www.instagram.com/explore/tags/wordcamp/',
    18831887            ),
    1884             'link_email' => array(
    1885                 'title' => _x( 'Email', 'Theme starter content' ),
    1886                 'url' => 'mailto:wordpress@example.com',
     1888            'link_linkedin' => array(
     1889                'title' => _x( 'LinkedIn', 'Theme starter content' ),
     1890                'url' => 'https://www.linkedin.com/company/1089783',
     1891            ),
     1892            'link_pinterest' => array(
     1893                'title' => _x( 'Pinterest', 'Theme starter content' ),
     1894                'url' => 'https://www.pinterest.com/',
     1895            ),
     1896            'link_twitter' => array(
     1897                'title' => _x( 'Twitter', 'Theme starter content' ),
     1898                'url' => 'https://twitter.com/wordpress',
     1899            ),
     1900            'link_yelp' => array(
     1901                'title' => _x( 'Yelp', 'Theme starter content' ),
     1902                'url' => 'https://www.yelp.com',
     1903            ),
     1904            'link_youtube' => array(
     1905                'title' => _x( 'YouTube', 'Theme starter content' ),
     1906                'url' => 'https://www.youtube.com/channel/UCdof4Ju7amm1chz1gi1T2ZA',
    18871907            ),
    18881908        ),
Note: See TracChangeset for help on using the changeset viewer.