Make WordPress Core

Ticket #25210: options-permalink-however.diff

File options-permalink-however.diff, 1.4 KB (added by celloexpressions, 12 years ago)

Add the needed semicolon and move the comma after the "however"

  • wp-admin/options-permalink.php

     
    172172<form name="form" action="options-permalink.php" method="post">
    173173<?php wp_nonce_field('update-permalink') ?>
    174174
    175   <p><?php _e('By default WordPress uses web <abbr title="Universal Resource Locator">URL</abbr>s which have question marks and lots of numbers in them, however WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links. A <a href="http://codex.wordpress.org/Using_Permalinks">number of tags are available</a>, and here are some examples to get you started.'); ?></p>
     175  <p><?php _e('By default WordPress uses web <abbr title="Universal Resource Locator">URL</abbr>s which have question marks and lots of numbers in them; however, WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links. A <a href="http://codex.wordpress.org/Using_Permalinks">number of tags are available</a>, and here are some examples to get you started.'); ?></p>
    176176
    177177<?php
    178178if ( is_multisite() && !is_subdomain_install() && is_main_site() ) {