Plugin Directory

Changeset 133319


Ignore:
Timestamp:
07/09/2009 02:47:07 PM (16 years ago)
Author:
dor
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • replace/trunk/readme.txt

    r132338 r133319  
    22Contributors: dor
    33Donate link: http://brownian.org.ua/?page_id=61
    4 Tags: search and replace, custom, filter, formatting, post, page, template, regular expression, regex, search, replace
     4Tags: search and replace, filter, formatting, post, page, template, regular expression, regexp, search, replace
    55Requires at least: 2.0.2
    66Tested up to: 2.8.0
     
    8282   Youtube video fragments easily.
    8383
    84 4. Want to insert drop caps easily?.. Use '`<drop>L</drop>orem ipsum...`' in your
     844. How to Mass Remove Link (mass deactivate URL Linked text inside posts)?
     85   (http://wordpress.org/support/topic/288020)
     86
     87   Search pattern: `<a [^>]*>([^<]*)<\/a>`
     88   Replace pattern: `\1`
     89
     90   This will "deactivate" all links in all posts
     91   (e.g. replace `<a href="...">Try!</a>` with just `Try!`).
     92   Note, you can activate them back, deactivating this `re.place` entry.
     93
     945. Want to insert drop caps easily?.. Use '`<drop>L</drop>orem ipsum...`' in your
    8595   posts and replace it with `<span class="dropcap">\1</span>`'. Use angle brackets,
    8696   and if you (accidentally) deactivate re.place, these "tags" won't mess you page.
Note: See TracChangeset for help on using the changeset viewer.