Changeset 33714 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 08/23/2015 04:33:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r33712 r33714 2424 2424 </nav>'; 2425 2425 2426 /** 2427 * Filter the navigation markup template. 2428 * 2429 * @since 4.4.0 2430 * 2431 * @param string $template The default template 2432 * @param string $class The class passed by the calling function. 2433 * @return string Navigation template. 2434 */ 2435 $template = apply_filters( 'navigation_markup_template', $template, $class ); 2436 2426 2437 return sprintf( $template, sanitize_html_class( $class ), esc_html( $screen_reader_text ), $links ); 2427 2438 }
Note: See TracChangeset
for help on using the changeset viewer.