Make WordPress Core


Ignore:
Timestamp:
11/25/2014 08:56:33 PM (10 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: docs correction and cleanup.

Props DrewAPicture, see #30149.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/functions.php

    r30568 r30569  
    148148 * @since Twenty Fifteen 1.0
    149149 *
    150  * @return string
     150 * @return string Google fonts URL for the theme.
    151151 */
    152152function twentyfifteen_fonts_url() {
     
    246246 *
    247247 * @since Twenty Fifteen 1.0
     248 *
     249 * @see wp_add_inline_style()
    248250 */
    249251function twentyfifteen_post_nav_background() {
     
    291293 * @param int     $depth       Depth of the menu.
    292294 * @param array   $args        wp_nav_menu() arguments.
    293  *
    294295 * @return string Menu item with possible description.
    295296 */
     
    308309 * @since Twenty Fifteen 1.0
    309310 *
    310  * @param string $html Search form HTML
    311  *
    312  * @return string Modified search form HTML
     311 * @param string $html Search form HTML.
     312 * @return string Modified search form HTML.
    313313 */
    314314function twentyfifteen_search_form_modify( $html ) {
Note: See TracChangeset for help on using the changeset viewer.