Skip to:
Content

bbPress.org

Changes between Initial Version and Version 1 of Ticket #3352, comment 5


Ignore:
Timestamp:
06/04/2023 08:52:14 PM (2 years ago)
Author:
codejp3
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3352, comment 5

    initial v1  
    2727        //alter example:
    2828        /*
    29         $keys = str_replace( 'new_word', 'original_word_to_replace' $keys );
     29        $keys = str_replace( 'original_word_to_replace', 'new_word', $keys );
    3030         */
    3131