Changeset 46739 for trunk/src/wp-includes/class-wp-widget.php
- Timestamp:
- 11/17/2019 07:41:49 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-widget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-widget.php
r46627 r46739 102 102 * Echoes the widget content. 103 103 * 104 * Sub -classes should over-ride this function to generate their widget code.104 * Subclasses should override this function to generate their widget code. 105 105 * 106 106 * @since 2.8.0 … … 111 111 */ 112 112 public function widget( $args, $instance ) { 113 die( 'function WP_Widget::widget() must be over -ridden in a sub-class.' );113 die( 'function WP_Widget::widget() must be overridden in a subclass.' ); 114 114 } 115 115
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)