~quam-plures-core/quam-plures/insert-after-upload

« back to all changes in this revision

Viewing changes to qp_plugins/adsense_plugin/_adsense.plugin.php

  • Committer: EdB
  • Date: 2010-09-06 15:56:44 UTC
  • mto: This revision was merged to the branch mainline in revision 7549.
  • Revision ID: b2evo.plugins@gmail.com-20100906155644-thabgsnl4uk3gaul
foo

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
 
158
158
 
159
159
  /**
160
 
   * Comments out the adsense tags so that they don't get worked on by other renderers like Auto-P
161
 
   *
162
 
         * @param mixed $params
 
160
         * @see Plugin::FilterItemContents()
163
161
         */
164
162
        function FilterItemContents( & $params )
165
163
        {
171
169
        }
172
170
 
173
171
 
174
 
        /**
175
 
         * Changes the commented out tags into something that is visible to the editor
176
 
         *
177
 
         * @param mixed $params
 
172
  /**
 
173
         * @see Plugin::UnfilterItemContents()
178
174
         */
179
175
        function UnfilterItemContents( & $params )
180
176
        {
210
206
 
211
207
 
212
208
  /**
213
 
         * foo?
 
209
         * dummy docblock makes error-free autodocs
214
210
         */
215
211
        function DisplayItem_callback( $matches )
216
212
        {
257
253
        }
258
254
 
259
255
}
 
256
 
260
257
?>