Viewing 1 replies (of 1 total)
  • Thread Starter curtd59

    (@curtd59)

    UPDATE : to force the capitalization of the first word:

    CHANGE THIS LINE

    if(in_arrayi($word, $lowerCaseWords)){

    TO THIS

    if(in_arrayi($word, $lowerCaseWords) && (countCycles > 1)){

    This will force the capitalization of the first letter in every title. even if it is in lower case word list.

    This should be enabled as an option in the config menu that lets you set
    Always Capitalize First Letter of Titles

Viewing 1 replies (of 1 total)
  • The topic ‘Force Capitalization of first word?’ is closed to new replies.