Make WordPress Core

Ticket #51477: 51477-functions.php.patch

File 51477-functions.php.patch, 538 bytes (added by ravipatel, 5 years ago)
  • src/wp-content/themes/twentyeleven/functions.php

     
    471471 * @since Twenty Eleven 1.0
    472472 *
    473473 * @param string $more The Read More text.
    474  * @return The filtered Read More text.
     474 * @return string Filtered Read More excerpt link.
    475475 */
    476476function twentyeleven_auto_excerpt_more( $more ) {
    477477        if ( ! is_admin() ) {