Changeset 30569 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 11/25/2014 08:56:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r30568 r30569 148 148 * @since Twenty Fifteen 1.0 149 149 * 150 * @return string 150 * @return string Google fonts URL for the theme. 151 151 */ 152 152 function twentyfifteen_fonts_url() { … … 246 246 * 247 247 * @since Twenty Fifteen 1.0 248 * 249 * @see wp_add_inline_style() 248 250 */ 249 251 function twentyfifteen_post_nav_background() { … … 291 293 * @param int $depth Depth of the menu. 292 294 * @param array $args wp_nav_menu() arguments. 293 *294 295 * @return string Menu item with possible description. 295 296 */ … … 308 309 * @since Twenty Fifteen 1.0 309 310 * 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. 313 313 */ 314 314 function twentyfifteen_search_form_modify( $html ) {
Note: See TracChangeset
for help on using the changeset viewer.