The new version of WordPress plugin “Explanatory Dictionary” 3.0. is created. The following updates have been done in this version: (more…)
All posts tagged highlight
WordPress plugin “Explanatory Dictionary” new 3.0 version
Posted by Ruben Sargsyan on October 5, 2011
https://rubensargsyan.wordpress.com/2011/10/05/wordpress-plugin-explanatory-dictionary-new-3-0-version/
WordPress plugin “Explanatory Dictionary” new 2.0 version
The new version of WordPress plugin “Explanatory Dictionary” 2.0. is created. The following updates have been done in this version: (more…)
Posted by Ruben Sargsyan on October 4, 2010
https://rubensargsyan.wordpress.com/2010/10/04/wordpress-plugin-explanatory-dictionary-new-2-0-version/
WordPress plugin “Explanatory Dictionary” new 1.5 version
The new version of WordPress plugin “Explanatory Dictionary” 1.5. is created. The following updates have been done in this version: (more…)
Posted by Ruben Sargsyan on August 27, 2010
https://rubensargsyan.wordpress.com/2010/08/27/wordpress-plugin-explanatory-dictionary-new-1-5-version/
WordPress plugin “Explanatory Dictionary” new 1.4 version
The new version of WordPress plugin “Explanatory Dictionary” 1.4. is created. The following updates have been done in this version: (more…)
Posted by Ruben Sargsyan on May 11, 2010
https://rubensargsyan.wordpress.com/2010/05/11/wordpress-plugin-explanatory-dictionary-new-1-4-version/
WordPress plugin “Explanatory Dictionary” new 1.3 version
The new version of WordPress plugin “Explanatory Dictionary” 1.3. is created. The following updates have been done in this version: (more…)
Posted by Ruben Sargsyan on March 16, 2010
https://rubensargsyan.wordpress.com/2010/03/16/wordpress-plugin-explanatory-dictionary-new-1-3-version/
WordPress plugin “Explanatory Dictionary” new 1.2 version
The new version of WordPress plugin “Explanatory Dictionary” 1.2. is created. (more…)
Posted by Ruben Sargsyan on February 4, 2010
https://rubensargsyan.wordpress.com/2010/02/04/wordpress-plugin-explanatory-dictionary-new-1-2-version/
WordPress plugin “Explanatory Dictionary” new 1.1 version
The new version of WordPress plugin “Explanatory Dictionary” 1.1. is created. The following updates have been done in this version: (more…)
Posted by Ruben Sargsyan on January 24, 2010
https://rubensargsyan.wordpress.com/2010/01/24/wordpress-plugin-explanatory-dictionary-new-1-1-version/
Highlight words in a text
This function is used to search and highlight words from the text.
function highlight_words($text,$word){
$text = preg_replace(‘/\b’.$word.’\b/i’, ‘<span class=”highlight”>$0</span>’, $text);
return $text;
} (more…)
Posted by Ruben Sargsyan on November 27, 2009
https://rubensargsyan.wordpress.com/2009/11/27/highlight-words-in-a-text/