The plugin searches content, excerpt, titles, link names, and link descriptions for Access Consciousness® registered trademarks (in French and English) and appends the ® suffix. The suffix is wrapped with an HTML span tag and a class name of "acreg". As an example, you can use the following CSS to position and size the suffix text.
.acreg {
vertical-align:top;
font-weight:normal;
font-size:0.8em;
}
h1 .acreg, h2 .acreg, h3 .acreg, h4 .acreg {
font-weight:normal;
font-size:0.7em;
}
There are no plugin settings — simply install and activate the plugin.
Version Numbering
Version components:
{major}.{minor}.{bugfix}[-{stage}.{level}]
- {major} = Major structural code changes / re-writes or incompatible API changes.
- {minor} = New functionality was added or improved in a backwards-compatible manner.
- {bugfix} = Backwards-compatible bug fixes or small improvements.
- {stage}.{level} = Pre-production release: dev < a (alpha) < b (beta) < rc (release candidate).
Repositories
Changelog / Release Notes
Version 2.1.3 (2017/04/08)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Maintenance release.