@@ -218,24 +218,24 @@ discard block |
||
218 | 218 | } |
219 | 219 | |
220 | 220 | /** |
221 | - * Adds the given link(s) into the description cell of the plugin listing table. |
|
222 | - * |
|
223 | - * <h4>Example</h4> |
|
224 | - * <code>$this->addLinkToPluginDescription( |
|
225 | - * "<a href='http://www.google.com'>Google</a>", |
|
226 | - * "<a href='http://www.yahoo.com'>Yahoo!</a>" |
|
227 | - * );</code> |
|
228 | - * |
|
229 | - * @since 2.0.0 |
|
230 | - * @since 3.0.0 Changed the scope to public from protected. |
|
231 | - * @since 3.3.1 Moved from `AdminPageFramework`. |
|
232 | - * @remark Accepts variadic parameters; the number of accepted parameters are not limited to three. |
|
233 | - * @param string the tagged HTML link text. |
|
234 | - * @param string (optional) another tagged HTML link text. |
|
235 | - * @param string (optional) add more as many as want by adding items to the next parameters. |
|
236 | - * @access public |
|
237 | - * @return void |
|
238 | - */ |
|
221 | + * Adds the given link(s) into the description cell of the plugin listing table. |
|
222 | + * |
|
223 | + * <h4>Example</h4> |
|
224 | + * <code>$this->addLinkToPluginDescription( |
|
225 | + * "<a href='http://www.google.com'>Google</a>", |
|
226 | + * "<a href='http://www.yahoo.com'>Yahoo!</a>" |
|
227 | + * );</code> |
|
228 | + * |
|
229 | + * @since 2.0.0 |
|
230 | + * @since 3.0.0 Changed the scope to public from protected. |
|
231 | + * @since 3.3.1 Moved from `AdminPageFramework`. |
|
232 | + * @remark Accepts variadic parameters; the number of accepted parameters are not limited to three. |
|
233 | + * @param string the tagged HTML link text. |
|
234 | + * @param string (optional) another tagged HTML link text. |
|
235 | + * @param string (optional) add more as many as want by adding items to the next parameters. |
|
236 | + * @access public |
|
237 | + * @return void |
|
238 | + */ |
|
239 | 239 | public function addLinkToPluginDescription( $sTaggedLinkHTML1, $sTaggedLinkHTML2=null, $_and_more=null ) { |
240 | 240 | if ( 'plugins.php' !== $this->oProp->sPageNow ) { |
241 | 241 | return; |
@@ -244,23 +244,23 @@ discard block |
||
244 | 244 | } |
245 | 245 | |
246 | 246 | /** |
247 | - * Adds the given link(s) into the title cell of the plugin listing table. |
|
248 | - * |
|
249 | - * <h4>Example</h4> |
|
250 | - * <code>$this->addLinkToPluginTitle( |
|
251 | - * "<a href='http://www.wordpress.org'>WordPress</a>" |
|
252 | - * );</code> |
|
253 | - * |
|
254 | - * @since 2.0.0 |
|
255 | - * @since 3.0.0 Changed the scope to public from protected. |
|
256 | - * @since 3.3.1 Moved from `AdminPageFramework`. |
|
257 | - * @remark Accepts variadic parameters; the number of accepted parameters are not limited to three. |
|
258 | - * @param string the tagged HTML link text. |
|
259 | - * @param string (optional) another tagged HTML link text. |
|
260 | - * @param string (optional) add more as many as want by adding items to the next parameters. |
|
261 | - * @access public |
|
262 | - * @return void |
|
263 | - */ |
|
247 | + * Adds the given link(s) into the title cell of the plugin listing table. |
|
248 | + * |
|
249 | + * <h4>Example</h4> |
|
250 | + * <code>$this->addLinkToPluginTitle( |
|
251 | + * "<a href='http://www.wordpress.org'>WordPress</a>" |
|
252 | + * );</code> |
|
253 | + * |
|
254 | + * @since 2.0.0 |
|
255 | + * @since 3.0.0 Changed the scope to public from protected. |
|
256 | + * @since 3.3.1 Moved from `AdminPageFramework`. |
|
257 | + * @remark Accepts variadic parameters; the number of accepted parameters are not limited to three. |
|
258 | + * @param string the tagged HTML link text. |
|
259 | + * @param string (optional) another tagged HTML link text. |
|
260 | + * @param string (optional) add more as many as want by adding items to the next parameters. |
|
261 | + * @access public |
|
262 | + * @return void |
|
263 | + */ |
|
264 | 264 | public function addLinkToPluginTitle( $sTaggedLinkHTML1, $sTaggedLinkHTML2=null, $_and_more=null ) { |
265 | 265 | |
266 | 266 | if ( 'plugins.php' !== $this->oProp->sPageNow ) { |