Skip to content

Commit

Permalink
Code refactoring
Browse files Browse the repository at this point in the history
Remove version strings from classes in display functions.
  • Loading branch information
Jonnyauk committed Sep 7, 2016
1 parent 04ef9d7 commit 12b0499
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions wf-includes/wf-display-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* Core display functions that output code.
*
* @since 0.913
* @version 2.3
*
* @todo Check translation setup.
*/
Expand Down Expand Up @@ -736,7 +735,6 @@ function wf_content_width() {
* CSS display functions.
*
* @since 0.2
* @version 2.0
*
*/
class wflux_display_css extends wflux_display_code {
Expand Down Expand Up @@ -1352,7 +1350,6 @@ function wf_rwd_full_width_do( $input ) {
* Wonderflux display functions.
*
* @since 0.1
* @version 2.1
*/
class wflux_display extends wflux_display_css {

Expand Down Expand Up @@ -1447,7 +1444,6 @@ function wf_credit() {
* Extra core display functions for theme developers.
*
* @since 0.85
* @version 2.3
*
* @todo Check translation setup.
*/
Expand Down Expand Up @@ -2510,7 +2506,6 @@ function wf_array_to_delimited_string( $args ) {
* Social networking functionality.
*
* @since 0.931
* @version 2.3
*
* @todo Check over more recent sharing code.
*/
Expand Down

0 comments on commit 12b0499

Please sign in to comment.